SVN + Active Directory

Posted by rudigrobler on Server Fault See other posts from Server Fault or by rudigrobler
Published on 2009-10-09T07:06:40Z Indexed on 2012/10/24 23:03 UTC
Read the original article Hit count: 168

Filed under:
|

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?

© Server Fault or respective owner

Related posts about svn

Related posts about active-directory