[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn+ssh and LDAP howto

From: David Ripton <dripton_at_ripton.net>
Date: 2004-10-16 02:53:55 CEST

On 2004.10.15 17:27:40 +0000, ark-d@betasystems.com wrote:
> is it possible to authenticate users with svn+ssh over LDAP ?
>
> I think about making the ssh service available with pam module to ldap
> users!

First you have to setup an LDAP server and get your users and passwords
configured in it. OpenLDAP works fine. See its docs.

Then you need to configure your OS to allow logins via LDAP. That's
quite easy with modern Linux distributions that come with PAM already
setup to support LDAP logins -- you probably just have to change a
few lines in /etc/ldap.conf

Once you have LDAP logins working, and svn+ssh working, then you should
find that the LDAP users can use svn+ssh just like the local /etc/passwd
users, with no extra integration necessary. That's the whole point of
PAM (and the similar schemes in other modern OS).

-- 
David Ripton    dripton@ripton.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 16 02:54:22 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.