[Tickets #1571] NEW: authentification failure with Auth_login
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Mar 17 07:18:31 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1571
-----------------------------------------------------------------------
Ticket | 1571
Created By | as at as-media.com
Summary | authentification failure with Auth_login
Queue | Horde Base
Version | 3.0.3
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
as at as-media.com (2005-03-17 07:18) wrote:
Hi
I had a problem with Auth_login not being able to authenticate all users.
For some it worked fine and for others it failed.
For these users it seems like exiting right out of there shell after login
will return 1 even though the login worked.
My fix is in Auth/login.php:
change line 91 to:
$proc = popen($this->_location . ' -c /bin/true ' . $userId, 'w');
and comment out line 96.
That will make su return right after login returning 0 on success or
returning 1 on failed login.
Works for me :-)
More information about the bugs
mailing list