On Fri, Aug 21, 2009 at 7:22 AM, Melanie Pfefer<melanie_pfefer@xxxxxxxxxxx> wrote: > Hi > > Just to note these 2 conf: > > with this config, I directly get Forbidden 403 > > <Location /svn/XYZ/ABC/123> > DAV svn > SVNParentPath /jupiter/svnlinks/svn/XYZ/ABC/123/ > Options FollowSymLinks > AuthBasicProvider ldap > AuthLDAPUrl ldap://..... > <LimitExcept GET PROPFIND OPTIONS REPORT> > Require user user1 > Require user user2 > </LimitExcept> > .... > </Location> > > > With this config (without LimitExcept), I am prompted for a password then get Forbidden 403 > > <Location /svn/XYZ/ABC/123> > DAV svn > SVNParentPath /jupiter/svnlinks/svn/XYZ/ABC/123/ > Options FollowSymLinks > AuthBasicProvider ldap > AuthLDAPUrl ldap://..... > Require user user1 > Require user user2 > .... > </Location> > > > Nothing shows in log except: > > Could not fetch resource information. [403, #0] > No such file or directory: The URI does not contain the name of a repository. [403, #190001] > Could not fetch resource information. [403, #0] > Invalid argument: Requests for a collection must have a trailing slash on the URI. [301, #0] These appear to be subversion, not the normal auth directives. You mention LimitExcept coming into play, but you didn't show the request method in use. See the access log, but if it's working as expected I'd forget about it. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx