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

anonymous access problem

From: Plüss Roland <rptd_at_gmx.net>
Date: 2005-11-21 18:18:14 CET

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
Received on Mon Nov 21 19:03:41 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.