You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ryan <ni...@gmail.com> on 2007/02/20 18:40:45 UTC

Mixed permissions with mod_dav_svn and ldap

Hi All,

I found some information on how to use ldap and some information how to use
mixed permissions in mod_dav_svn here....

http://www.ircc.iitb.ac.in/~nikhil/new2/tutorials/svnbook/svn-book.html#svn-ch-6-sect-4.4.2-ex-3

Does anyone know if I can put ldap groups in the AuthUserFile, i.e. I want
to lock down different directories based on ldap group, say...

http://localhost/basedir/dir1    is accessible only by uniqueMembers of
group1,ou=blah,dc=myorg
http://localhost/basedir/dir1/dir2 is accessible only by uniqueMembers of
cn=group2,ou=blah,dc=myorg

etc....

I've fumbled around with it a bit to no avail and can't seem to google
anything about it...

Thanks,
Ryan