You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stephane Bortzmeyer <bo...@nic.fr> on 2007/06/19 15:28:03 UTC

Path auth: Everyone-but-anonymous?

[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