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

LDAP "require group ..." and AuthzSVNAccessFile issue

From: Benjamin Engele <benjamin.engele_at_polarion.com>
Date: Thu, 31 Jul 2008 17:08:00 +0200

Hi,
I am limiting access to Subversion using require group directive to
members of a specific LDAP group.
This works as expected until I add AuthzSVNAccessFile.
After adding the line access to the repository will be granted to every
user in LDAP not only members of the group.

Any idea what I am doing wrong?

My configuration:
<Location /repo>
  DAV svn
  SVNPath "C:/Polarion3/data/svn/repo"

  
  AuthType Basic
  AuthName "Subversion repository on polarion-test"

  AuthLDAPURL "ldap://localhost:26963/ou=People, dc=polarion-test,
dc=de"
  Require group cn=Polarion Users, ou=Groups, dc=polarion-test, dc=de

  #SVNAutoversioning on

  AuthzSVNAccessFile "C:/Polarion3/data/svn/access"

</Location>

Best Regards,
Benjamin Engele

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-31 17:08:37 CEST

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.