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

SVN-LDAP authentication

From: SudhaSelvaraj <sudha.selvaraj_at_aspiresys.com>
Date: Tue, 27 Apr 2010 15:04:19 +0500

Hi All,

Even am looking for such set up .

Am trying to do SVN-LDAP authentication for multi projects. Currently I
have a common authz file for all the projects.

COMMON AUTHZ FILE:

[groups]
pm = Sudha,user2
dev = user1

[project:/tag]
@dev= r
@pm = rw

Kind of similar configuration for trunk and branches

[groups]
..
..
[project2:/tag]
..

Now I have configured the same authz file in apache and it works good .

AuthzSVNAccessFile /opt/svn/authz

But I need to configure multiple authz file in apache for multi
projects(instead to have a common authz file(like above) for all the
projects.

Access file path will get vary for project to project(like below).

AuthzSVNAccessFile /opt/svn/project1/authz

AuthzSVNAccessFile /opt/svn/project12authz

Do I need to write any script for path based authorization. Ur
suggestions are most welcome.

Thanks
~Sudha
Received on 2010-04-27 11:42:13 CEST

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.