Closed (outdated)
Project:
Webserver authentication
Version:
5.x-0.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 19:19 UTC
Updated:
31 May 2016 at 08:18 UTC
Jump to comment: Most recent
Comments
Comment #1
starkos commentedIt appears that by the time this module has completed the user login the menus have already been set -- other modules (OpenID, HTTP Authentication) perform a redirect at the end of the login process by calling drupal_goto() with no arguments. Adding this line to webserver_auth fixes the problem.
Comment #2
tmclaugh commentedI can confirm this issue as well when using mod_auth_kerb and apache. The problem appears to stem from the access column not being updated in the user table when the user is initailly created. I've worked around the issue with this added change to webserver_auth.module:
(There's probably a better way of doing this I'm guessing since I don't really know PHP and I'm new to Drupal. :)
However I will note at one point today this problem mysteriously appeared to go away for some reason while testing without that change and then came back. I wouldn't rule out a screw up on my part since I'm working on some other issues too.
Comment #3
gaards commentedClosed because Drupal 5 is not supported. If the issue verifiably applies to later versions, please reopen with details and update the version.