----- Original Message -----
From: "Pat Farrell" <pfarrell_at_pfarrell.com>
To: <users_at_subversion.tigris.org>
Sent: Tuesday, June 03, 2008 4:42 AM
Subject: debugging use/setup of AuthzSVNAccessFile
: I'm trying to use AuthzSVNAccessFile to get some finer grained access
: control to my repositories. So far, I seem to have something wrong, I
: don't get any complaints or warnings, but I'm also not seeing any
: indication that its working. I'd expect some complaining when I try to
: access "unauthorized" sub projects.
:
: Where should I look for some log information?
: Do I need to expliticly turn on any log features?
:
: I dont see any action in the apache logs, and don't see any subversion
: specific logs
:
: Thanks
: Pat
: --
: Pat Farrell
: http://www.pfarrell.com/
:
:
httpd.conf
<Location /repos>
DAV svn
SVNPath "r:\projects\respo"
AuthzSVNAccessFile "r:\apache2\bin\svn_userpw.txt"
SVNPathAuthz on
Require valid-user
AuthType Basic
AuthName "Subversion repository"
AuthUserFile r:\apache2\bin\ap_userpw.txt
</Location>
svn_userpw.txt
[/]
@everyone = r
@developer = rw
[groups]
developer = eric
everyone = @developer
This is my config on localhost.
It may be help a bit :)
----------------------------------------------------
eric{at}myprojects{dot}srhost{dot}info
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
: For additional commands, e-mail: users-help_at_subversion.tigris.org
:
Received on 2008-06-02 23:36:41 CEST