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

Re: Using "Require group" in mod_dav_svn and Active Directory?

From: Graham Leggett <minfrin_at_sharp.fm>
Date: 2005-10-13 14:21:25 CEST

Helmut Mucker wrote:

> Per-user authentication using the "Require valid user"
> directive works well, but I'm not able to use the
> "Require group" directive, the svn-client says:
>
> svn: Commit failed (details follow):
> svn: MKACTIVITY of /projects/svntest/!svn/act/77248e0e-0103-0410-8b28-e97d89f45485: 500 Internal Server Error (http://frqwol31ux:90)
>
> and in apache2/error.log there is
>
> [Thu Oct 13 13:29:44 2005] [crit] [client 172.17.2.1] configuration error: couldn't check access. No groups file?: /projects/svntest/!svn/act/77248e0e-0103-0410-8b28-e97d89f45485

The problem lies in the message "couldn't check access. No groups
file?". mod_auth_ldap isn't processing the require group directive,
another one of the authentication modules (mod_auth) is trying to parse
the "require group" directive, and because mod_auth isn't set up with a
group file (which you shouldn't have, you're using LDAP), you get the
error message.

I am not sure what the fix is though - go through the examples in the
docs to double check you have included everything you need to include.

httpd v2.1/v2.2 fixes this problem by using "require ldap-group".

Regards,
Graham

--

Received on Thu Oct 13 14:24:10 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.