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

Re: LDAP Documentation/Sample

From: Clemens Mensik <c.mensik_at_ip2.at>
Date: 2007-03-31 11:53:38 CEST

it works ;-)

Some time ago I was looking for the same thing and found a solution but
I didn't bookmark the link, so I'll just post an example configuration.

* first you have to install some apache2 modules:

/mods-enabled/auth_ldap.load
/mods-enabled/ldap.load
(svn modules have to be installed too!)

* now you have to setup your apache:

<Location /svn>
   DAV svn
   SVNPath <local path to your repository>

   AuthLDAPBindDN cn=admin,dc=domain,dc=at
   AuthLDAPBindPassword <ldap pw>
   AuthType Basic
   AuthName "<repo name>"
   AuthLDAPURL ldap://localhost/dc=domain,dc=at?uid?sub?(objectClass=*)
   AuthzSVNAccessFile <local path to svn authz >
   Require valid-user
</Location>

hope everything's clear. If not, just write me an email.

regards
clemens

Markus Kreuzspiegl wrote:
> hello,
>
> i started using subversion few days ago. and the most things are working
> fine now .
> i also like to use ldap, but cant find much information in the
> documentation.
> has some one more information for me, maybe a pdf, link or sample entries?
>
> thanx,
> Markus
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
-------------------------------------------------------------
Clemens A. Mensik             IP SQUARE Softwareerzeuger GmbH
Geschäftsführer                Mooslackengasse 17 - 1190 Wien
+43-699-10016667                         c.mensik@ipsquare.at
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 31 11:54:19 2007

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.