[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: Christopher Frauenberger <frauenberger_at_iem.at>
Date: 2005-06-02 10:18:49 CEST

On 2 Jun 2005, at 09:37, Bernd Kuemmerlen wrote:
> I think in our case the relevant line which made this work was
> AuthAuthoritative off
> in the apache server configuration.
>
> This gives full r/w-access for users authorized through PAM and
> read-only access for users authorized through the apache AuthUserFile.
>

I am using now exactly the same configuration as you, but as soon as
I switch on AuthzSVNAccessFile I get
<apache error.log>
[Thu Jun 02 09:05:24 2005] [error] [client ***.***.***.*] Access
denied: 'test' GET SonEnvir:/
</apache error.log>

with
         <Location /repos>
                 DAV svn
                 SVNParentPath /Data/svnroot/

                 # how to authenticate a user
                 AuthPAM_Enabled On
                 AuthType Basic
                 AuthAuthoritative off
                 AuthUserFile /Data/svnroot/users.passwd
                 Authname "SonEnvir Subversion repository"

                 AuthzSVNAccessFile /Data/svnroot/access.conf

# Satisfy Any
# Order Allow,Deny
# Allow from all
                 Require valid-user

         </Location>

and

         [ /]
         * = r

it seems to ignore the access file and to prevent every access...

I am using every recent package from Debian sarge (svn 1.1.4 and
apache 2.0.54)

thanks
Christopher

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 2 10:21:13 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.