You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Phil Lawrence <pr...@Lehigh.EDU> on 2005/06/03 20:53:24 UTC

[users@httpd] AuthLDAPURL failover to AuthUserFile?

I *did* find the clue to use AuthAuthoritative...  but my iterative 
attempts have resulted in either LDAP auth or File auth, but not both. 
:-(

I want something like this:
   <Location />
     DAV svn
     SVNPath /var/svn

     # our access control policy
     AuthzSVNAccessFile /etc/svn-access-file

     # try anonymous access first, resort to real
     # authentication if necessary.
     Satisfy Any
     Require valid-user

     # how to authenticate a user
     AuthLDAPAuthoritative Off
     AuthType Basic
     AuthName "AD Lookup"
     AuthLDAPURL ldap://...

     AuthUserFile /etc/svn-auth-file
   </Location>

Can someone help me with the syntax?

Thanks,
Phil Lawrence

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org