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

Re: Looking for a LDAP + SVN tutorial

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-10-07 10:34:23 CEST

On Thu, Oct 06, 2005 at 10:41:44PM -0300,
 Matheus Leite <matheusleite@gmail.com> wrote
 a message of 17 lines which said:

> Hello, I am trying to integrate my working SVN repository with LDAP
> to authenticate users,

I do it.

> and I am looking for some good how to's or tutorials.

I use Apache to mediate all accesses to the repository. Apache is
configured that way (inside a VirtualHost which is dedicated for
Subversion):

 <Location />
  DAV svn
  SVNPath /home/Subversion-Repository
  AuthType Basic
  AuthName "My beautiful subversion repository"
  AuthLDAPURL ldap://ldap.example.org/ou=People,dc=example,dc=org?uid?sub?(objectClass=*)
  require valid-user
  </Location>

It works fine but I believe this setup does not allow for fine-grained
permissions like the authorization file do. It is on my TODO :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 7 10:36:32 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.