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

Re: Apache 2.0.59, SVN 1.4 and LDAP

From: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2006-11-03 09:47:22 CET

On Thu, 2 Nov 2006 18:26:32 -0800, "Tim Liu" <tim.gangliu@gmail.com>
wrote:

>Can somebody share me a working copy of Location setion in httpd.conf for
>LDAP? Appreciate it a lot.

<Location /svn>
  DAV svn
  SVNPath /wherever/svn-repos

  # Which users can access the repository?
  AuthzSVNAccessFile /wherever/svn-config/access-file

  Require valid-user

  # how to get a username/password from the browser
  AuthType Basic
  AuthName "Subversion repository"

  # How to verify that it's the right password for that user.
  AuthLDAPUrl ldap://ldapserver:389/OU=etc.etc.
  AuthLDAPBindDN CN=etc.etc.
  AuthLDAPBindPassword changeMe
</Location>
               
HTH,

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 3 09:48:05 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.