Annoyingly, some applications require the entire dn of a user be in the memberUid field and others only require the memberUid. On some posixGroups, I end up having the following:
cn: grpname objectClass: top objectClass: posixGroup gidNumber: 550 memberUid: uid=user1,ou=People,dc=example,dc=com memberuid: user1 memberUid: uid=user2,ou=People,dc=example,dc=com memberuid: user2
Is there any way to map one to the other so I do not end up having "duplicate" entries?
Thank you,