Re: svn authorization file with LDAP

2012-05-02 Thread Mark Phippard
On Wed, May 2, 2012 at 9:38 AM, dhanushka ranasinghe wrote: > i have svn auth file like following > > -- > > [groups] > > group1=user1,user2 > > group2=user3,user4 > > [svn:/svn/repo1] > @group1 = rw > > [wso2:/svn/repo2] > @group2 = rw > > > is there any way to provid

svn authorization file with LDAP

2012-05-02 Thread dhanushka ranasinghe
Hi guys i have svn auth file like following -- [groups] group1=user1,user2 group2=user3,user4 [svn:/svn/repo1] @group1 = rw [wso2:/svn/repo2] @group2 = rw -- is there any way to provide LDAP groups in this auth files instated of adding us