As a contrast to my previous post regarding securing Subversion, I thought I would go through how to secure a Hudson installation using Active Directory for authentication and authorization.
Steps:
Read the rest of this entry »
2 Comments »
Requirements:
- 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.
Steps:
Read the rest of this entry »
1 Comment »