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

"require group" & LDAP Authentication

From: <hkatz_at_iscs-i.com>
Date: 2005-07-11 17:35:56 CEST

Hello,
Has anyone successfully gotten the require group directive to work against
an LDAP URL using the config file setup under apache2? Something like this:

  AuthLDAPUrl "ldap://mx.foo.com:1389/dc=foo,dc=com?uid?sub?(objectCla
ss=*)"
  AuthLDAPGroupAttributeIsDN On
  AuthLDAPGroupAttribute member
  AuthLDAPGroupAttribute uniquemember
  #Require valid-user
  Require group "cn=foo Portal AD,ou=Groups,ou=Pr,dc=foo,dc=com"

When I try to connect it allows anyone access even those not in the group.

Strace on the pid suggests that no group info is sent upon apache2 startup
or upon the http request. Any successes out there?

Thanks,
Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 17:38:06 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.