[PHP-DB] Men enought for this? LDAP, SSL, Active Directory

2002-06-11 Thread Andres Petralli
Hi NG Users, I have sent this message to php.general too, but didn't get any response there. It looks like this is all to new for most of the readers... Since LDAP is some kind of db too, I thaught I'd send it to php.db... I'm implementing some php 4.2.x code to manipulate Microsofts Active

AW: [PHP-DB] Men enought for this? LDAP, SSL, Active Directory

2002-06-11 Thread Andres Petralli
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