Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-06 Thread Eric Covener
On Mon, May 6, 2013 at 6:42 AM, Vishesh kumar wrote: > I wonder, if we can use SASL mechanism here for authenticating via LDAP. Doubtful. I don't think web browsers nor Apache do SASL. - To unsubscribe, e-mail: users-unsubscr...

Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-06 Thread Vishesh kumar
I wonder, if we can use SASL mechanism here for authenticating via LDAP. Thanks Vishesh Kumar On Wed, May 1, 2013 at 11:01 PM, Eric Covener wrote: > Ldap only supports basic auth, not digest. -- http://linuxmantra.com - To

Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-01 Thread Eric Covener
Ldap only supports basic auth, not digest.

Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-01 Thread da...@ecker-software.de
Hi, the documentation for AuthzLDAPAuthoritative : Prevent other authentication modules from authenticating the user if this one fails Default is on but you did set it to off, why? If ldap fails another authorization will be tried. The main problems should be the line AuthType Digest. As far a

[users@httpd] Issues Implementing ldap authentication.

2013-05-01 Thread Smith, Mitchell
Hi, I am trying to implement ldap authentication into my configuration for svn running under apache2.2 (httpd2.2.24) running on Linux. I have the following configuration, but it appears that it always fails to call the ldap server. DAV svn