I am attempting to map LDAP group memberships. The environment I'm working in has several different types of groups, including groupOfUniqueNames and PosixsGroups. I'm able to import the groupOfUniqueNames memberships just fine, however I can't figure out how to pull in the PosixGroup mappings. The PosixGroups store the user account's UID in an attribute called memberUid.
Any help is appreciated.