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

Re: Authz location-dynamic permission controls? (subversion v1.3)

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-13 23:35:21 CEST

On Jul 13, 2006, at 22:02, EXT-Davey, Jeffrey wrote:

> In my case, the user has already authenticated, say as jeffrey.davey.
> Is there a command structure in the authz format that would allow
> something like this (example authz extract):
> [/users/%H]
> %H = rw
> * =
>
> Where %H is the user I've authenticated as? I couldn't find this
> capability in the documentation, but is it there? Thanks for any
> info,

I'm not aware of any such feature in Subversion. You may have to
write it out for every user. To make this easier, you could devise a
syntax of your own, like the above, and then using that input file,
write a script to generate the verbose output file which would
actually be used by authz.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 13 23:38:10 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.