I have a ldap schema where membership to the group is defined using a complete dn like "uid=username,ou=users,dc=ldap" so I have configured ldapsync.conf to use "memberAttributeIsDN=yes", but when synchronising it doesn't create the groups.
I've been checking the code and I've seen the function getUid() has a commented part. I tried to uncomment this and it worked straight away.
I don't know why it was changed but it seems the new code doesn't work with the configuration I have.
I've been checking the code and I've seen the function getUid() has a commented part. I tried to uncomment this and it worked straight away.
I don't know why it was changed but it seems the new code doesn't work with the configuration I have.
Comment