From: John C. <joh...@ua...> - 2004-06-08 14:19:03
|
Reini, Line 916 in WikiUserNew.php should be function_exists('ldap_connect')) { instead of function_exists('ldap_open')) { There is no ldap_open command, so it will never try the LDAP auth. John |