RE: Does Path based authorization exist using SVN 1.30 & Apache 2.0.55 with an Authz style permissions file?
From: Edward Bosco <ebosco_at_prologic-inc.com>
Date: 2006-04-04 19:40:01 CEST
-----Original Message-----
On 4/4/06, Edward Bosco <ebosco@prologic-inc.com> wrote:
> Wanted to verify I'm trying a doable task. I noticed the 1.3.0
-snip-
> mixed openLDAP / Authz authorization.
It was noted in the 1.3 release notes because it was a new feature for
svnserve with 1.3. Path-based authorization made its first appearance
in Apache-served repositories in a much earlier version (and thus
wasn't release notes-worthy at 1.3).
If you can provide more details about any errors you're getting
serving via Apache, the list can probable help you resolve it.
== Symptoms ==
No authorization control via the dav_svn.authz file
No obvious to me pattern in the ssl_error_log or ssl_request_log or
I want to prevent access by users ebosco or test1 to the /sim
I then want to prevent access to particular files within that
== Setup ==
Debian Sarge testing with Apache 2.0.55, svn 1.3.0 pulled from unstable
There are three repositories at the svn root. One of these is a
== The dav_svn.authz file looks like:
[Repo1:/]
* = rw
[Repo2:/]
* = rw
[testrepo:/]
* = rw
[testrepo:/sim]
ebosco =
test1 =
== The dav_svn.conf file looks like:
<Location /svn>
DAV svn
SVNParentPath /var/repos/repositories
AuthType Basic
AuthName "Test Repository"
AuthLDAPBindDN test@protest.com
AuthLDAPBindPassword test
AuthLDAPURL ldaps://vast.protest.com ...
AuthLDAPAuthoritative ON
AuthAuthoritative off
AuthUserFile /etc/apache2/users
Require valid-user
AuthSVNAccessFile /etc/apache2/dav_svn.authz
</Location>
== More info if useful - and Thanks.
|
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.