I have an SVN server and would like to use our LDAP server to authenticate users. Right now I am specifying usernames and passwords for each repository that works fine, but more people decide to use this server. And I really should not have access to their passwords. I would like to use LDAP to authenticate users, and I want to grant access rights to the entire domain, rather than specifying users separately.
Some (terrible) details:
- SVN runs on a computer with Windows XP .: - (
- I have both svnserve and http access, but the latter is a very minor issue.
- I have minimal knowledge of LDAP (which is probably why I am asking this question.)
Finally, if this is a bad idea, or if there is a better solution, I would be interested to hear it.
Thank!
Joshd source
share