Re: LDAP and subgroups

2008-03-04 Thread John D'Ausilio
Already tested up thread, fixes the issue nicely .. thanks On Tue, Mar 4, 2008 at 3:07 PM, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > > > On 03/04/2008 08:28 PM, John D'Ausilio wrote: > > > > mod_authnz_ldap.c(774): [client 10.5.131.52] [31275] auth_ldap > > authorise: require group (sub-grou

Re: LDAP and subgroups

2008-03-04 Thread Ruediger Pluem
On 03/04/2008 08:28 PM, John D'Ausilio wrote: mod_authnz_ldap.c(774): [client 10.5.131.52] [31275] auth_ldap authorise: require group (sub-group): authorisation successful (attribute member) [Comparison true (cached)][6 - Compare True] [client 10.5.131.52] user jdausilio: authorization failure

Re: LDAP and subgroups

2008-03-04 Thread John D'Ausilio
That did the trick .. thanks! On Tue, Mar 4, 2008 at 2:40 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 2:28 PM, John D'Ausilio <[EMAIL PROTECTED]> wrote: > > > authorise: require group (sub-group): authorisation successful > > (attribute member) [Comparison true (cached

Re: LDAP and subgroups

2008-03-04 Thread Eric Covener
On Tue, Mar 4, 2008 at 2:28 PM, John D'Ausilio <[EMAIL PROTECTED]> wrote: > authorise: require group (sub-group): authorisation successful > (attribute member) [Comparison true (cached)][6 - Compare True] > [client 10.5.131.52] user jdausilio: authorization failure for "/index.html": Looks lik

LDAP and subgroups

2008-03-04 Thread John D'Ausilio
I've got a system that authenticates and authorizes against m$ active directory. Everything was working fine with authnz_ldap until the admins decided that they needed to add a subgroup to one of the groups I use (and expect me to find people in it). I did a build today from svn of the 2.3-HEAD to