Re: [PHP] PHP module ignores ldap.conf (SOLVED)

2009-04-08 Thread Keith Lawson
>>> On Mon, Apr 6, 2009 at 7:02 PM, in message <49da8a1b.5070...@gmail.com>, >>> Chris wrote: > Keith Lawson wrote: >> Hello, >> >> I'm trying to connect to and LDAP server using PHP over SSL. I compiled > Openldap from source, installe

Re: [PHP] PHP LDAP over SSL problems (SOLVED)

2009-04-08 Thread Keith Lawson
>>> On Fri, Apr 3, 2009 at 10:16 AM, in message <49d5e20c.8302.00a...@sjhc.london.on.ca>, "Keith Lawson" wrote: > >>>> On Thu, Apr 2, 2009 at 5:51 PM, in message <49d53344.7040...@gmail.com>, > Chris > wrote: >> Keith Lawson wrote

[PHP] PHP module ignores ldap.conf

2009-04-06 Thread Keith Lawson
Hello, I'm trying to connect to and LDAP server using PHP over SSL. I compiled Openldap from source, installed it and then compiled PHP against that install. I have a tiny PHP script for testing that I have been calling from the command line (php scriptname). Before adding "TLS_REQCERT never"

Re: [PHP] PHP LDAP over SSL problems

2009-04-03 Thread Keith Lawson
>>> On Thu, Apr 2, 2009 at 5:51 PM, in message <49d53344.7040...@gmail.com>, >>> Chris wrote: > Keith Lawson wrote: >> Hello, >> >> I have been working on this problem for some time now and I can't seem to > resolve it. Everything

[PHP] PHP LDAP over SSL problems

2009-04-02 Thread Keith Lawson
Hello, I have been working on this problem for some time now and I can't seem to resolve it. Everything I have found on google and php.net says I can connect to an LDAP server with SSL by setting "TLS_REQCERT never" in ldap.conf. I want to eliminate certs from the picture for now just to confi