[bugs] [Bug 957] New - Error in Authenticating against Ldap

bugs@bugs.horde.org bugs@bugs.horde.org
Fri, 17 May 2002 10:44:28 -0300


http://bugs.horde.org/show_bug.cgi?id=957

*** shadow/957	Fri May 17 10:44:28 2002
--- shadow/957.tmp.12775	Fri May 17 10:44:28 2002
***************
*** 0 ****
--- 1,20 ----
+ Bug#: 957
+ Product: Horde
+ Version: 2.0 Stable
+ Platform: Mozilla 5.x
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: stefan@users.de               
+ URL: 
+ Summary: Error in Authenticating against Ldap
+ 
+ /lib/Auth/ldap.php in "function authenticate($userID, $credentials)" is calling
+ "Auth::setAuth($userID);". setAuth in /lib/Auth.php need's 2 parameters so the
+ call  should be "Auth::setAuth($userID,$credentials);".
+ Applies to 2.0, 2.1-RC2 and HEAD.