Re: [PHP] Secure LDAP and php 4.0.4pl1

2001-06-21 Thread Stig Venaas
Hi On Tue, May 22, 2001 at 10:18:38PM -0400, Scott Russell wrote: > So, what can be done to alter the php ldap functions (and openldap libs?) so > that you can choose the SSL protocol to use when connecting? Sorry for the very late answer. The way I see it, this is something that would requir

Re: [PHP] Secure LDAP and php 4.0.4pl1

2001-05-22 Thread Scott Russell
Stig - Thanks for the help. I've been working to narrow it down and it turns out that the openldap 2.0.7 (and 2.0.9) will open SSL connections with sslv23 by default. Apparently there is no way to choose another SSL protocol from the openldap client or php's ldap functions. (Ref tls.c in the open

Re: [PHP] Secure LDAP and php 4.0.4pl1

2001-05-21 Thread Stig Venaas
On Mon, May 21, 2001 at 07:48:27PM -0400, Scott Russell wrote: > Using php 4.0.4pl1 with ssl and ldap support I'm connecting to a secure ldap > server. I want to be able to specify which level of ssl support I use, > either ssl1, ssl2, or ssl3. By default it appears as if php is trying to > connec

[PHP] Secure LDAP and php 4.0.4pl1

2001-05-21 Thread Scott Russell
Using php 4.0.4pl1 with ssl and ldap support I'm connecting to a secure ldap server. I want to be able to specify which level of ssl support I use, either ssl1, ssl2, or ssl3. By default it appears as if php is trying to connect using ssl3 which on my server fails during the ssl handshake. How ca