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

Re: LDAP

From: <svnlgo_at_mobsol.be>
Date: 2006-09-11 17:40:45 CEST

Some time ago I sent our ldap configuration to this list, you can find it here:
http://svn.haxx.se/users/archive-2005-12/1124.shtml

Quoting "Snay, Marc" <Marc.Snay@turner.com>:

> Here is a snippet of my apache2 conf file that deals with setting up the
> <Location /svn>
> DAV svn
> SVNPath /repository
> AuthType Basic
> Options Indexes FollowSymLinks
> AllowOverride None
> order allow,deny
> allow from all
> AuthName "SVN Repository"
> AuthLDAPURL "ldap://servername.company.com:389/"
> AuthLDAPBindDN
> "CN=authorized_user_name,CN=Users,DC=company_name,DC=com"
> AuthLDAPBindPassword "xxxxx"
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>

I see a difference in AuthLDAPURL, which should contain a query for a certain
type of user. AuthLDAPEnabled and AuthLDAPAuthoritive are default on so you
don't need to specify them explicitely.

Lieven.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 11 18:24:20 2006

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.