2017-12-12 12:14 GMT+01:00 Florian Caillet <[email protected]>: > Hello,
Hello Florian, > > I'm using LSC to synchronize a LDAP eDirectory to a LDAP OpenDj. > These directories haven't got the same structure. .. > I'm looking for a way to synchronise : fonctionMember (from users entries) > to member (in groupOfNames entries) This is possible with some javascript in the member dataset. You just need to do a search on source LDAP to get all users with the filter (fonctionMember=<your fonction DN>) and set the list of found DN as return value. You can adapt the sample code done to convert OpenLDAP groups to AD groups: https://lsc-project.org/documentation/tutorial/synchronizegroups#member Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

