I would like to know how to setup an SVN repository with LDAP authentication. I do not want to use Apache DAV though.
+6
A:
There are two options:
- Run svnserve as a server, and authenticate using SASL. Configure SASL to authenticate against LDAP.
- Access the repository over ssh. Create ssh accounts for all users (perhaps automatically), and have these accounts authenticate against LDAP using PAM. Put all users into a single group, and make the repository files owned by that group.
Martin v. Löwis
2008-12-02 07:23:15
Any clue on how to do option 1 on a Windows box?
jpierson
2009-12-08 12:24:40