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

PAM + AuthzSVNAccessFile

From: Christopher Frauenberger <frauenberger_at_iem.at>
Date: 2005-06-01 18:16:15 CEST

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
Received on Wed Jun 1 18:33:07 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.