Re: [PHP-WIN] secure ldap connections

2003-01-14 Thread Daniel Fisher
On Tue, 14 Jan 2003 08:37:44 +0200 Leon <[EMAIL PROTECTED]> wrote: > Hi Daniel > > Very important: TLS is NOT SSL The start TLS is almost guaranteed not to > work for secure layer communication to your LDAP server. (You do need two > dll files in your win\sys32 directory though) > We're usi

Re: [PHP-WIN] secure ldap connections

2003-01-13 Thread Leon
Hi Daniel Very important: TLS is NOT SSL The start TLS is almost guaranteed not to work for secure layer communication to your LDAP server. (You do need two dll files in your win\sys32 directory though) What I suggest is the following: Install STUNNEL accept connections on a port... send all

[PHP-WIN] secure ldap connections

2003-01-13 Thread Daniel Fisher
Hello, I'm using the 4.3.0 version of php on Windows 2000 SP3. I'm trying to get php to make a secure connection to our ldap server. I am able to make insecure connections and queries just fine. In the php.ini file I have enabled php_ldap.dll and php_openssl.dll. If I attempt to use ldap_start_tls