0

I need help with an LDAP filter to retrieve group membership. My goal is as follows: Say i need to retrieve group membership (direct/nested) for generic AD server [Thus, i cannot use MS-AD customized LDAP_MATCHING_RULE_IN_CHAIN to achieve my goal]. Hence, this is what i am planning: Say user A is direct member of group A, B, C. Internally A's memberOf attribute is D and B's memberOf attribute is E, and C's memberOf is F. So, is there a way in a single LDAP query can i query for the membership attribute for all the 3 groups A, B, C to retrieve information related to D, E, F and so on.

If there is any such LDAP filter, can someone help me.

Thanks

4

1 に答える 1

-1

これについて直接問い合わせることができるかどうかはわかりません。ネストされた LDAP クエリしか考えられません。

于 2012-12-14T19:54:36.730 に答える