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

Problem with per-directory access control

From: S. Vater <st.vater_at_web.de>
Date: 2006-06-27 17:46:20 CEST

Hi,

I have a problem configuring the "AuthzSVNAccessFile" file.

I have different repositories in /var/lib/svn/. For one of
them I want to use the per-directory access control using the
AuthzSVNAccessFile directive.

For example: With an AuthzSVNAccessFile like
----------------------
[/]
* = r

[repos1:/]
user1 = rw
----------------------
In this case user1 cannot write to repos1. It seems that the [respos:path]
directive does not work correctly.

In http.conf, the configuration is like:
----------------------
<Location /svn>
   DAV svn
   SVNParentPath /var/lib/svn
</Location>

<Location /svn/repos1/>
   Use KerberosAuth "MYDOMAIN.COM" "BLABLA" On
   AuthzSVNAccessFile /homepath/AuthzSVNAccessFile
   Require valid-user
   SSLRequireSSL
</Location>

<Location /svn/repos2>
   ...
</Location>
---------------------

Can anyone tell me, what is the problem?

Regards, Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 27 19:39:31 2006

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.