[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: anonymous access problem

From: Tim Olsen <tolsen718_at_gmail.com>
Date: 2005-11-21 20:46:39 CET

I think you have it reversed.

You want to put Require user Z outside the LimitExcept block, and
Require user X Y inside the LimitExcept block

-Tim

On 11/21/05, Plüss Roland <rptd@gmx.net> wrote:
> i operate my svn server through apache and up to now had no anonymous
> access to projects but need it now. what i want is having certain users
> X and Y to have modify access to a certain repository and a guest Z only
> read. for some reason i can not get this to work. here the part of my
> apache config dealing with the problem:
>
> <Location /cp>
> Order deny,allow
> AuthType Basic
> AuthName ****
> AuthLDAPUrl ldap:*****
> AuthLDAPBindDN *****
> AuthLDAPBindPassword *****
> Require user X Y
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require user Z
> </LimitExcept>
> </Location>
>
> somebody can point out why i can operate successfully as X or Y but as Z
> i get upon 'svn co' always an 'access denied' in my apache logs?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 21 20:49:17 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.