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

Re: PAM + AuthzSVNAccessFile

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-06-01 18:46:17 CEST

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

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.