18 Aug
2008
18 Aug
'08
12:07 p.m.
Alan DeKok <aland@deployingradius.com> 8/18/08 12:02 PM >>> Jason Long wrote: expand: (&(objectClass=groupOfNames)(member=%{Ldap-UserDn})) -> (&(objectClass=groupOfNames)(member=))
The search filter should contain something like (member=cn=georget,ou=student,o=mc), but instead it has (member=).
Is %{Ldap-UserDn} not correct? I got it right out of the sample configuration...
In 2.0.5, it's been moved to %{control:LDAP-UserDn}. This should be better documented...
That did it. It's now working for me. Thanks so much! (I'll follow-up with a patch for the documentation.) Jason