Re: [PHP-WIN] Using PHP to Bind over LDAPS.

2006-10-19 Thread Phillip Terry
My Lord, that worked! I was racking my brain trying to figure that out. In my searching, I saw some vague references to this ldap.conf, but I just assumed that was for linux boxes. I really appreciate the quick response. I appreciate even more that it worked! :-) Best Regards, Phillip -

RE: [PHP-WIN] Using PHP to Bind over LDAPS.

2006-10-19 Thread Bowden, Zeb
This is happening because as far as PHP/OpenLDAP are concerned it doesn't trust your CA. By default it's going to look in c:\openldap\sysconf for an ldap.conf file. Create a c:\openldap\sysconf\ldap.conf with this on the first line: TLS_REQCERT never Then you may need to restart IIS to get it to

[PHP-WIN] Using PHP to Bind over LDAPS.

2006-10-19 Thread Phillip Terry
I configured LDAP for SSL (LDAPS) on the Active Directory (AD) Domain Controller (DC). The DC is a Windows 2003 Server box. To do this I: 1) Setup the DC as a Certificate Authority (CA) 2) Issued a Certificate to itself 3) Issued a Certificate to the client that would be connecting via LDAPS The