How would you go about using Subversion Server on Windows using Active Directory for username/password?
2004-03-13 6:11 pm
through apache i suppose, if there is a way to have apache authenticate against AD
2004-03-13 6:53 pm
AD is based on LDAP. Well, you know how the whole “embrace and extend” thing goes. Anyhow, why not just use the auth_ldap module for apache? That should do it.
2004-03-13 9:02 pm
See this apache httpd.conf example from the Subversion users mailing list. I’ve tried it and it works fine:
How would you go about using Subversion Server on Windows using Active Directory for username/password?
through apache i suppose, if there is a way to have apache authenticate against AD
AD is based on LDAP. Well, you know how the whole “embrace and extend” thing goes.
Anyhow, why not just use the auth_ldap module for apache? That should do it.
See this apache httpd.conf example from the Subversion users mailing list. I’ve tried it and it works fine:
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=5957
Anyone who installed this notice the DAV module is reporting a version of 1.0.1-dev?