Try adding this after the "Satisfy Any"
Order Allow,Deny
Allow from all
This makes sure that all users get some sort of access.
Another option is to use the <Limit> directives. I'm not very fluent in
those, so I'll let you research them as an option.
Regards,
Frank
Christopher Frauenberger wrote:
> Hi list,
>
> I have troubles to get my access file working properly. My config:
>
> <Location /repos>
> DAV svn
> SVNParentPath /Data/svnroot/
>
> # how to authenticate a user
> AuthType Basic
> Authname "Subversion repository"
>
> AuthzSVNAccessFile /etc/apache2/svn_access.conf
>
> Satisfy Any
> Require valid-user
>
> </Location>
>
> Authentication is handled by auth_pam and is working (when
> AuthzSVNAccessFile and Satisfy Any are absent a login is required and
> checked correctly)
>
> and svn_access.conf:
> [ /]
> * = r
>
> so I should get just read access for everything - even when not
> authenticated...
>
> But: I always get "Access denied" when trying to access the
> repository (through svn client or browser...)
>
> I am absolutely clueless what happens...
> System: Debian Sarge, svn 1.1.4, apache2 2.0.54
>
> any hint is highly appreciated, thanks
> Christopher
> ---------------------------------------------------------------------
> 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 Wed Jun 1 18:51:58 2005