I have been through all the documentation and all the tickets submited so far and none of them are able to resolve the weirdness I am encountering. Here is my setup:
Host: ldaps://ldap.hostname.com
Port: 636
Base DN:ou=people,o=domain

I have tried adding the port to the end of the hostname as suggested in some bug reports, no go.
I have tested and made sure that anonymous searches work just fine from the command line.
I have tested and made sure that PHP is able to do anonymous searches in a test PHP script.
I have tried removing the ldaps:// and just leaving the hostname and the SSL port (636) no go.
The only error that drupal/module throws is: Can't Connect to Server.

I am at a complete loss as to what to look at. Any help is appreciated.

Comments

cgmonroe’s picture

Using PhP ldap and with SSL / TLS is basically a PhP OpenSSL config issue and not really an ldap_integration problem. Unfortunately, solutions to getting this to work depend on OS, PhP minor version, and how many chickens you sacrifice.... so it's impossible to give site specific answers.

See this page in the document for details and pointers on where to look for solutions.

http://drupal.org/node/1665794

john franklin’s picture

Issue summary: View changes
Status: Active » Fixed

No activity in over a year an a half. Marking this fixed. Please reopen if you still need assistance.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.