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 cove...@gmail.com wrote: Ldap only supports basic auth, not digest. -- http://linuxmantra.com

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

2013-05-06 Thread Eric Covener
On Mon, May 6, 2013 at 6:42 AM, Vishesh kumar linuxtovish...@gmail.com 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,

[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. IfModule dav_svn_module Location /

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

2013-05-01 Thread da...@ecker-software.de
Hi, the documentation for AuthzLDAPAuthoritative : snipPrevent other authentication modules from authenticating the user if this one fails/snip 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 snip AuthType

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

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