25 Apr
2014
25 Apr
'14
1:45 p.m.
Peter Geiser wrote:
When you use AD then the following simple query will do all the hard workÅ
Recursive Group Memberships (member:1.2.840.113556.1.4.1941:=%{control:Ldap-UserDn})
Awesome! That will come in handy in the future. Thank you! Phil Mayers wrote:
Couple of things to note - the "find all groups a user is in" form is *very* slow for me. The "find if a user is in a group" requires a base DN search against the user object, just like the tokenGroups magic attribute (I assume it does the same thing under the hood).
Ah, I see the difference. Much faster. Thank you!