Hi

To note also that httpd.conf has these 2 directives:

<Location /svn/ABC/XYZ>
DAV svn
SVNParentPath /jupiter/export/ABC/XYZ/
AuthBasicProvider ldap
AuthLDAPUrl ldap://....
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
AuthType Basic
AuthName "Please enter your credentials"
.....
</Location>

<Location /svn/ABC/XYZ/123>
DAV svn
SVNParentPath /jupiter/export/ABC/XYZ/123
AuthBasicProvider ldap
AuthLDAPUrl ldap://....
Require user XXX
Require user YYY
AuthType Basic
AuthName "Please enter your credentials"
.....
</Location>


Could it be because these 2 directives exist and cause a conflict?
I tried to reverse them but with this setting no authentication was required.

thank you.

--- On Wed, 19/8/09, Melanie Pfefer <[email protected]> wrote:

> From: Melanie Pfefer <[email protected]>
> Subject: Re: [us...@httpd] 'require' keyword
> To: [email protected], [email protected]
> Date: Wednesday, 19 August, 2009, 3:50 PM
> any idea why I am getting this error
> (although xxx is in Require list):
> 
> access to /svn/ABC/XYZ/ failed, reason: user 'xxx' does not
> meet 'require'ments for user/valid-user to be allowed
> access
> 
> thanks
> 
> --- On Wed, 19/8/09, André Warnier <[email protected]>
> wrote:
> 
> > From: André Warnier <[email protected]>
> > Subject: Re: [us...@httpd] 'require' keyword
> > To: [email protected]
> > Date: Wednesday, 19 August, 2009, 1:11 PM
> > Melanie Pfefer wrote:
> > > <LimitExcept GET PROPFIND OPTIONS REPORT>
> > > Require valid-user  <--- change here to
> > Require followed by the ldap username. Repeat this for
> all
> > users
> > 
> > The syntax is "Require user <userid>" where the
> first
> > two words are "as is", and the <userid> part
> stands
> > for the authenticated user's id.
> > Example :
> > Require user melhabanero
> > 
> > 
> > 
> >
> ---------------------------------------------------------------------
> > 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]
> 
> 

Send instant messages to your online friends http://uk.messenger.yahoo.com


---------------------------------------------------------------------
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]

Reply via email to