> have you tried yet?
> 
> $ad = ldap_connect('ldaps://your.ldap.server', 636);
> $bound = ldap_bind($ad, 'somebinddn', 'somepasswd');
> 
> worked "out of the box", using it manage over 20,000 users at a
> university...can authenticate and change passwords, etc. 
> 

Sure, I tried this. Do you possibly know how PHP gets a certificate to communicate 
over SSL? I mean, it looks like the secure channel cannot be estabilished. Do you know 
what has to be provided on the Active Directory's side?

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to