views:

132

answers:

1

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?
+2  A: 

This article could be of use.

antispam