I am trying to set up open-xchange to authenticate against a Novell eDiretory ldap server.
In the logs I get
When I was developing a PHP application against this same ldap server, I received a similar message. The fix was to add the line
How do I enable TLS communication to the LDAP server?
Jim
In the logs I get
Code:
javax.naming.AuthenticationNotSupportedException: [LDAP: error code 13 - Confidentiality Required]
Code:
ldap_start_tls($ldap);
Jim
Comment