Is it safe to use 1.2.840.113556.1.4.1941 implementation in case of cyclic dependencies?
问题 Does using 1.2.840.113556.1.4.1941 terminate gracefully if there are cyclic dependencies in a dl (a -> b -> a situation) 回答1: The LDAP_MATCHING_RULE_IN_CHAIN OID handles circular dependencies just fine. It won't choke on them. For example, I recommended using this when determining if a user is a member of a group. Consider if you have this setup: Group A Group B Group B User 1 Group A And you want to know if User 1 is a member of Group A . You would set the search base to Group A , and use