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 --- On Wed, 2/9/09, Eric Covener <[email protected]> wrote: > From: Eric Covener <[email protected]> > Subject: Re: [us...@httpd] 'require' keyword > To: [email protected] > Date: Wednesday, 2 September, 2009, 5:27 PM > On Wed, Sep 2, 2009 at 10:09 AM, > Melanie > Pfefer<[email protected]> > wrote: > > thanks. > > In what cases Require valid-user does not ask for an > authentication? > > > > This is my case here. > > If you configure basic authentication with Require > valid-user, you > will be prompted for credentials. > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > 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] > > --------------------------------------------------------------------- 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]
