Re[4]: administrate AuthzSVNAccessFile with many users and repositories
From: Sergey A. Kobzar <ksa_at_uaic.net>
Date: 2005-07-22 11:12:20 CEST
Hello André,
Friday, July 22, 2005, 12:04:38 PM, you wrote:
>> > ... 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
Thanks! It's very useful for me! I'll try it.
> Andre'
-- Best regards, Sergey mailto:ksa@uaic.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Jul 22 11:19:50 2005 |
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.