Shows all members of a group. An entry can be a member directly
by the member, uniqueMember, or memberURL attributes,
or indirectly by the ibm-memberGroup attribute.
This Read-only operational attribute is not
allowed in a search filter. The ibm-allMembers attribute can be used in a compare request to determine if a DN is a
member of given group. For example, to determine if "cn=john smith,cn=users,o=my
company" is a member of the group "cn=system administrators, o=my company":
rc = ldap_compare_s(ld, "cn=system administrators,o=my company, "ibm-allmembers",
"cn=john smith,cn=users,o=my company");