Le 31/05/2018 à 14:26, Julien TEHERY a écrit : > Le 31/05/2018 à 14:15, Clément OUDOT a écrit : >> >> Le 31/05/2018 à 14:06, Julien TEHERY a écrit : >>> >>> When launching LSC I actually get this error, As i don't seem to get >>> the memberUid attribute: >>> >>> Caused by: java.lang.RuntimeException: >>> org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: >>> ERR_04202 A value is missing on some RDN >>> >>> My guess is that I have something wrong with the destDn scope.. >> >> memberUid is directly an uid, not a DN. See this tutorial: >> https://lsc-project.org/documentation/tutorial/synchronizeposixgroupstogroupofnames >> >> > Does it mean this a transitionnal step before trying to import users > in AD/Samba4? > > What I understand is > - convert posixGroups to groupOfNames in LDAP in a separate branch > - then import from LDAP/groupOfNames to AD/Samba4 > > Am I Right ?
No, you can convert directly groups from LDAP to AD/Samba, you just need to write the correct code to convert members. The link I gave to you was an example that you need to adapt to your data. -- Clément Oudot | Identity Solutions Manager Worteks | https://www.worteks.com _______________________________________________________________ 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

