SVN + Active Directory
- by rudigrobler
How do I setup SVN (On a linux box - Centos 5.2) to authenticate using Active Directory?
Also:
Any tips or tricks?
What should I watch out for?
How fine grain can I set the access? This group have access to these projects, etc?
And how does this work if I use something like tortoissvn to access my repository?
What I have learned so far:
you need the following modules installed for apache
mod_ldap
mod_authnz_ldap
mod_dav
mod_dav_svn
mod_authz_svn?