List, When using a LDAP lookup table the 'special_result_attribute' parameter is available to allow me to recurse to other DNs [e.g. recursing to members of a LDAP group]. I can also use the 'leaf_result_attribute' parameter to select the attribute I want to return from those recursive DN lookups, but I can't find a way to filter that recursive lookup to avoid returning
As an example, I have a group with a bunch of members, but a few of those members' objects are marked as 'disabled'. I'd like to recurse through the group's member DNs to find their 'mail' attribute, but only for members who don't have the 'disabled' attribute set to true [e.g. apply a filter of "(!(disabled=true))"]. Is it possible to apply such a filter on the recursive DN search? Thanks, Tom