How to secure Subversion on Windows Server 2003 using Apache and Active Directory
Posted by: Matt in Software development, Web tools, tags: active directory, security, Subversion, tools, windowsRequirements:
- Secure a Subversion 1.4.6 installation running on a Windows 2003 server
- Authentication must be against existing Active Directory accounts
- The Active Directory server does not allow anonymous binding
- Users in group foo should be able to get to the source code
- Users not in group foo should get no access at all
- Nobody should be able to see anyone else’s password.
Solution:
I finally got it working by using the suggested method of using Apache HTTPD server as a front-end to Subversion, and rather than applying security to Subversion, securing Apache to access Active Directory as an LDAP server.

Entries (RSS)