[us...@httpd] Re: [Spam] Re: [us...@httpd] SSL between Apache and ldap

2010-02-22 Thread Nathan Bird
On 2/22/2010 2:51 PM, vr wrote: > On Mon, 22 Feb 2010 12:51:30 -0500, Eric Covener wrote: > >>> In my apache2 config, if I try to use: >>> >>> > "ldaps://adserver.domain.tld:636/DC=domain,DC=tld?sAMAccountname?sub?(objectClass=*)" > >>> SSL >>> the authentication fails, per my error.lo

Re: [us...@httpd] SSL between Apache and ldap

2010-02-22 Thread vr
On Mon, 22 Feb 2010 12:51:30 -0500, Eric Covener wrote: >> In my apache2 config, if I try to use: >> "ldaps://adserver.domain.tld:636/DC=domain,DC=tld?sAMAccountname?sub?(objectClass=*)" >> SSL >> the authentication fails, per my error.log with: >> "authentication failed; URi / [LDAP: ldap_simple_b

Re: [us...@httpd] SSL between Apache and ldap

2010-02-22 Thread Eric Covener
> In my apache2 config, if I try to use: > "ldaps://adserver.domain.tld:636/DC=domain,DC=tld?sAMAccountname?sub?(objectClass=*)" > SSL > the authentication fails, per my error.log with: > "authentication failed; URi / [LDAP: ldap_simple_bind_s() failed]Can't > contact LDAP server]". > > Are there a

[us...@httpd] SSL between Apache and ldap

2010-02-22 Thread vr
I'm trying to enable SSL encryption between apache2 and ldap of Microsoft's Active Directory 2008 so password authentication is not sent in clear text during the 2nd hop of https connections. I've installed apache2 on a Debian Lenny i386 system using Debian's prebuilt apache2, ldap and ssl-cert pa