On Wed, 2009-09-02 at 15:23 +0000, Melanie Pfefer wrote:
> Hi
> 
> The config file looks like
> 
> <Location /svn/XYZ/ABC/>
> DAV svn
> SVNParentPath ...
> Options FollowSymLinks
> AuthBasicProvider ldap
> AuthLDAPUrl ...
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> AuthType Basic
> AuthName "Please enter your credentials"
> ....
> </Location>
> 
> I am wondering why I am not asked to authenticate on the browser.
> 
> thanks

Wouldn't your browser be issuing GET requests? Check your access log.
Your conf says to not require authentication for GET requests.

Cheers

Tom


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to