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

Path auth: Everyone-but-anonymous?

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2007-06-19 17:28:03 CEST

[Warning: beginner with path-based authentication.]

I would like to give rights on some directories (of a HTTP Subversion
server) to every authenticated user *but* anonymous.

My Apache configuration is:

  AuthType Basic
  AuthName "Subversion Repository"
  AuthLDAPURL [omitted]

 # http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz
  AuthzSVNAccessFile /etc/apache2/subversion-access
  Satisfy any
  require valid-user

And I would like to put in /etc/apache2/subversion-access:

[/foo/bar]
* = r
ALL? = rw

where "ALL?" would match everyone but the anonymous users. ("*"
includes anonymous.)

Listing every "real" user works but is painful, specially when I add
and delete people to the LDAP directory.

[Even better would be the ability to use LDAP filters in the
authorization rules.]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 19 17:28:16 2007

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.