I'd like to setup a svn server on a linux box with the following constraints :
- users will access the svn using command line
- users will use a svn+ssh protocol ( no http server on the box)
- all users are authenticated using our open ldap server
Of course the target server has no local users, only ldap users are allowed to use it.
And of course the server has the ldap authentification already configured up for all users.
Most of the topics I've checked in order to find some help all focus on apache DAV configuration.
However we'd like the svn to be available only using the command line tools and we don't want to have access using a an apache http server.
So is there a way of configuring the svn server (not apache) in order to use :
- ldap direclty ?
- use local authetication without re-declaring users and passwords ? ( especially passwords ? )
Any pointers would be greatly appreciated !
Thank in advance,