Re: [PHP] PHP and LDAP over SSL

2002-09-08 Thread Stig Venaas
On Wed, Sep 04, 2002 at 02:26:49PM +0200, Søren Henning Dalgaard wrote: > I can make an ldap_connect with the ldaps://hostname/ parameter but what > next: > How can make an ldap_bind command? > How can I encrypt and decrypt the data? When using ldaps:// all communications are through SSL, you do

[PHP] PHP and LDAP over SSL

2002-09-04 Thread Søren Henning Dalgaard
I'm new to both PHP, LDAP and SSL so I'm really asking for direction on where to start. I have an OpenLDAP server on a Linux box, and a Microsoft ISS on Windows 2000 with PHP-scripting. I have made a couple of PHP scripts that access the LDAP database for reading and writing. All works fine so fa

[PHP] PHP and LDAP over SSL

2002-09-04 Thread Søren Henning Dalgaard
I'm new to both PHP, LDAP and SSL so I'm really asking for direction on where to start. I have an OpenLDAP server on a Linux box, and a Microsoft ISS on Windows 2000 with PHP-scripting. I have made a couple of PHP scripts that access the LDAP database for reading and writing. All works fine so fa

Re: [PHP] PHP and LDAP over SSL

2002-08-26 Thread Curtis Robinson
Yea, I am using OpenLDAP. Putting the .ldaprc in the user homedir for the web server worked like a charm. Thanks. On Mon, Aug 26, 2002 at 08:37:52AM +0200, Stig Venaas wrote: > On Fri, Aug 23, 2002 at 11:52:11AM -0500, Curtis Robinson wrote: > > So, I see that php does not have the CA. But, I

Re: [PHP] PHP and LDAP over SSL

2002-08-25 Thread Stig Venaas
On Fri, Aug 23, 2002 at 11:52:11AM -0500, Curtis Robinson wrote: > So, I see that php does not have the CA. But, I have no clue as to where > to define the location of the CA in the php configuration. So, does > anyone know how I can configure this option? Are you using OpenLDAP? The below is o