[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-05-01 Thread Bo Berglund
On Tue, 30 Apr 2013 13:06:50 -0400, Jeff Trawick traw...@gmail.com wrote: I cannot understand why they left that out of Apache when compiling for Windows I'm sure there is a good reason. I have yet to see ASF do anything without one. no comment ;) Maybe someone else can

[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.

[users@httpd] mod_auth_form and original POST body

2013-05-01 Thread David Mansfield
Hi All: I'm using apache 2.4.4 compiled on Centos 6.3 and attempting to use mod_auth_form for inline login with body preservation. The problem is that the POSTed body (from the original/unauthenticated page) is lost forever when the login page is rendered, so it seems impossible to know