Tagged Questions
5
votes
4answers
2k views
SVN + SASL + ActiveDirectory: How to
I'm trying to set up SVN to authenticate against an ActiveDirectory. I know this is possible if you set up SVN to be served using Apache, but doing so introduces too much overhead, and SVN runs too ...
3
votes
0answers
350 views
SVN authentication to Active Directory using SASL and OpenLDAP
I have been following all of the guides I found online to get a working svnserve + SASL + OpenLDAP configuration and I had everything working for about a day and then after playing with svn+ssh for a ...
1
vote
1answer
1k views
saslpasswd2: generic failure on Windows
I get a generic failure when I try to run:
saslpasswd2 username
This was installed by Collanet's Subversion 1.5.2.
0
votes
0answers
17 views
How can I check SVN server is running with SASL?
I'm running SVN with svnserve. This offers SASL security and I think I set this up. Anyway I need some verification about it to ensure my configuration. How can I check my SVN server is running with ...
0
votes
1answer
290 views
Subversion: Copy repository users from existing to new project (SASL Database)
Is it possible to copy the sasl (which contains username + pw) database from one repository to another?
The reason Im asking that is the following:
Everytime you create a new project in SVN it opens ...