Community « Discussion forum « Bug tracker « LDAP user authentication? «
Comment: LDAP user authentication?
| << Previous | Next >> |
Vincent :
Maybe is it a LDAP V2 protocol issue ? In this case, try adding the following code between at line Nr 120 (after ldap_connect() & before ldap_bind())in the file called users/authenticators/ldap.php:
Maybe is it a LDAP V2 protocol issue ? In this case, try adding the following code between at line Nr 120 (after ldap_connect() & before ldap_bind())in the file called users/authenticators/ldap.php:
@ldap_set_option($handle, LDAP_OPT_PROTOCOL_VERSION, 3);
This comment has inspired:
by Alf83 on May 21
