RE: Re[2]: administrate AuthzSVNAccessFile with many users and repositories
From: André Pönitz <andre_at_wasy.de>
Date: 2005-07-22 11:04:38 CEST
> > ... so you might run some kind of LDAP server for authentication.
Ahem... I meant 'tools for user administration under Windows'.
> chown works only for whole repository...
I have setup a mapping between LDAP user groups and repository
<Perl >
my $svnbase = '/data/svn/repository';
opendir(DIR, $svnbase)
while (my $project = readdir(DIR)) {
AuthType => 'Basic',
SSLRequireSSL => 1,
[...]
This requires LDAP groups '<project>-committers' and ..-readers
This certainly can be tweaked to per-directory access and/or
Andre'
---------------------------------------------------------------------
|
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.