[horde] Auth_ldap not found: parse error

Amith Varghese amith at xalan.com
Wed Feb 18 14:02:05 PST 2004


Here is the patch that fixes the problem.  Missing parenthesis.

Amith


Quoting "Michael J. Pelletier" <mjpelletier at mjpelletier.com>:

> Hello,
>
> After upgrading yesterday (Feb 16th) I am getting this error when I 
> try to login (I am using LDAP authentication)
>
> A fatal error has occurred
> Auth Driver (Auth_ldap) not found: parse error.
> Details have been logged for the administrator.
>
> Has anyone else had this problem?
>
> Michael
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


-------------- next part --------------
Index: ldap.php
===================================================================
RCS file: /repository/framework/Auth/Auth/ldap.php,v
retrieving revision 1.41
diff -u -r1.41 ldap.php
--- ldap.php	14 Feb 2004 23:38:30 -0000	1.41
+++ ldap.php	18 Feb 2004 22:10:42 -0000
@@ -343,7 +343,7 @@
                     sprintf('Set LDAP protocol version to %d failed: [%d] %s',
                             $this->_params['version'],
                             ldap_errno($conn),
-                            ldap_error($conn),
+                            ldap_error($conn)),
                             __FILE__, __LINE__);
             }
         }


More information about the horde mailing list