I have some very simple code set up on my own server that returns contact information for a name search from a public LDAP server. This works fine with LDAP 1, but when I try to switch it to another server running LDAP 2, the web request just hangs and times out. I've been told PHP is not compatible with LDAP 2. Does anyone know a work around?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have some very simple code set up on my own server that returns contact information for a name search from a public LDAP server. This works fine with LDAP 1, but when I try to switch it to another server running LDAP 2, the web request just hangs and times out. I've been told PHP is not compatible with LDAP 2. Does anyone know a work around?