Hello,
I'm trying to translate an attribute in active directory to one I can
use with my unix boxen. Right now I'm using attribute mappings in
much the same fasion as padl's nss_ldap module which is working great
except for the posix group attribute. My AD server stores unix groups
like so in an object class
Group:
msSFU30PosixMember=CN=nixuser,CN=Users,DC=circus,DC=test,DC=com
msSFU30PosixMember=CN=nixuser2,CN=Users,DC=circus,DC=test,DC=com
msSFU30PosixMember=CN=turkey,CN=Users,DC=circus,DC=test,DC=com
What I need is:
posixGroup:
memberuid=nixuser
memberuid=nixuser2
memberuid=turkey