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

Re: checkout and update hook

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-04-13 11:58:19 CEST

On Tue, Apr 12, 2005 at 07:47:27PM +0200,
 Peter Münster <pmlists@free.fr> wrote
 a message of 28 lines which said:

> Before changing to http-access, I would like to know, if it's
> possible to use the Unix-account for authentication.

I do it (one account to bind them all) with LDAP. Every account is in
the LDAP directory. Apache (used for Subversion access) asks
LDAP. Unix (via PAM) asks LDAP. Everybody is happy and has only one
account and one password.

My Apache config :

<Location />
  DAV svn

  SVNPath /home/Subversion-Repository

  AuthType Basic
  AuthName "Subversion Repository"
  AuthLDAPURL ldap://ldap.example.com/ou=People,dc=example,dc=com?uid?sub?(objectClass=*)
  require valid-user

</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 13 11:59:59 2005

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.