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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]