RE: [PHP-WIN] Secure LDAP

2004-09-15 Thread Bowden, Zeb
PROTECTED] Sent: Tuesday, September 14, 2004 8:20 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Secure LDAP I did a cursory search of the newsgroup, google and the buglist but I didn't see anything definitive. I've got a WinNT box running Apache and PHP 4.3.1. I can connect via

[PHP-WIN] Secure LDAP

2004-09-14 Thread Christopher Derr
I did a cursory search of the newsgroup, google and the buglist but I didn't see anything definitive. I've got a WinNT box running Apache and PHP 4.3.1. I can connect via ldap fine. Ldaps connects, but won't bind with my login and password, though it does on my linux box without issue. I'm w

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