The $this->connection handler in LDAPInterface class is not initialized in initConnection() before it calls getOption(). Since getOption() needs $this->connection to work, the LDAPInterface fails to connect the server when TLS is enabled.
Quick patch attached : replace getOption() call by the real ldap_get_option() call.
| Comment | File | Size | Author |
|---|---|---|---|
| ldap_integration-6.x-1.x-dev.2009-05-09.patch | 542 bytes | davy.gigan |
Comments
Comment #1
miglius commentedCommitted the patch. Thanks.