By gurudevprasanna on
Following is the environment details.
Apache 2.2
Drupal 5.x
Windows xp
I'm trying to connect to novell edirectory.
I installed ldap_integration module and configured the server name, Dn properties etc., When I try to login using ldap I get error 81:can not contact ldap server. I have the ldap certificate from edirectory. I do not know where to put the certificate file. Please tell me where should I put the ldap certificate.
Comments
issue resolved
I resolved the issue myself.
create the following folder.
C:\openldap\sysconf\
Create a file ldap.conf and add the single line TLS_REQCERT never.
On the ldap configuration page, the ldap server name was given as ldaps://servername and port as 636.
The ldap works now.