Sorry Sébastien, I need to create all missing users (objectclass = OrganizationalPerson), from attribute 'member' a group ( objectClass = OrganizationalGroup).
For exemple : I want from my Source LDAP to catch all members (in this exemple 3 members) with LSC: dn: CN=testsync,OU=TEST-LSC,OU=Groupes,DC=EURASIE,DC=fr objectClass: top objectClass: group cn: testsynchro distinguishedName: CN=testsynchro,OU=TEST-LSC,OU=Groupes,DC=EURASIE,DC=fr member: CN=test1,OU=Personnes,DC=EURASIE,DC=fr member: CN=test2,OU=Personnes,DC=EURASIE,DC=fr member: CN=test3,OU=Personnes,DC=EURASIE,DC=fr name: testsynchro And, populate my Directory LDAP destination, like this : dn: CN=test1,OU=LDS,DC=TESTJAP,DC=intra changetype: add sn: test1 cn: test1 dn: CN=test2,OU=LDS,DC=TESTJAP,DC=intra changetype: add sn: test2 cn: test2 dn: CN=test3,OU=LDS,DC=TESTJAP,DC=intra changetype: add sn: test3 cn: test3 I don't know if it's possible to do that with LSC ? Thank you > Message du 07/06/12 13:08 > De : "Sébastien Bahloul" > A : "Sofiane" > Copie à : [email protected] > Objet : Re: [lsc-users] Create User from group membership > > Hi Sofiane, > > Can you explain a little bit more about the job you are trying to do ? > You've written that "I want to create Users (into my LDAP destination : AD > 2003) from my group membership". Does this mean that you have only a user > identifier and that you are trying to create a complete Active Directory > user only from its login ? > > Regards, > -- > Sebastien BAHLOUL > IAM / Security specialist > Ldap Synchronization Connector : http://lsc-project.org > Blog : http://sbahloul.wordpress.com/ > > > > 2012/6/7 Sofiane > > > Hi Sébastien, > > > > Thank you very much for your help, you can see my config file here : > > > > http://pastebin.com/67F18h1A > > > > > > > > > > > Message du 07/06/12 12:09 > > > De : "Sébastien Bahloul" > > > A : "Sofiane" > > > Copie à : [email protected] > > > Objet : Re: [lsc-users] Create User from group membership > > > > > > Hi Sofiane, > > > > > > May I suggest that you use a pastebin service because your configuration > > > has been rearranged by your mail client/server ? > > > > > > Regards, > > > -- > > > Sebastien BAHLOUL > > > IAM / Security specialist > > > Ldap Synchronization Connector : http://lsc-project.org > > > Blog : http://sbahloul.wordpress.com/ > > > > > > > > > > > > 2012/6/7 Sofiane > > > > > > > Hi, > > > > > > > > I'm a new user with LSC, but i have a problem and i need your help > > please. > > > > I want to create Users (into my LDAP destination : AD 2003) from my > > group > > > > membership (attribute : "member" in my LDAP source : AD LDS 2008). > > > > It is poosible ? > > > > I try to do that with this file configuration, but i could create only > > one > > > > User from members of my group : > > > > > > > > > > > > grp_lds > > > > org.lsc.beans.SimpleBean > > > > > > > > grp_member_lds > > > > > > > > OU=TEST,OU=Groupes,DC=MYTEST,DC=fr > > > > > > > > > > > > CN > > > > > > > > > > > > > > > > member > > > > cn > > > > sn > > > > > > > > (&(objectClass=group)(CN=mygroup)) > > > > (&(objectClass=group)(cn=mygroup)) > > > > > > > > > > > > > > > > grp_adm > > > > > > > > OU=LDS,DC=EURASIE,DC=intra > > > > > > > > > > > > CN > > > > > > > > > > > > > > > > objectClass > > > > cn > > > > sn > > > > > > > > (&(objectClass=organizationalPerson)) > > > > (&(objectClass=organizationalPerson)) > > > > > > > > > > > > > > > > > > > > "CN=" + srcLdap.attribute(srcBean.getDatasetValuesById("member"), > > > > 'sn').get(0) + ",OU=LDS,DC=EURASIE,DC=intra" > > > > , > > > > FORCE > > > > > > > > objectClass > > > > > > > > FORCE > > > > > > > > > > > > "organizationalPerson" > > > > > > > > > > > > > > > > sn > > > > > > > > FORCE > > > > > > > > > > > > js:srcLdap.attribute(srcBean.getDatasetValuesById("member"), > > 'sn').get(0) > > > > > > > > > > > > > > > > cn > > > > > > > > FORCE > > > > > > > > > > > > js:srcLdap.attribute(srcBean.getDatasetValuesById("member"), > > 'sn').get(0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AES > > > > 128 > > > > > > > > > > > > > > > > > > > > Many thanks for your help > > > > > > > > Une messagerie gratuite, garantie à vie et des services en plus, ça > > vous > > > > tente ? > > > > Je crée ma boîte mail www.laposte.net > > > > _______________________________________________________________ > > > > Ldap Synchronization Connector (LSC) - http://lsc-project.org > > > > > > > > lsc-users mailing list > > > > [email protected] > > > > http://lists.lsc-project.org/listinfo/lsc-users > > > > > > > > > > > Une messagerie gratuite, garantie à vie et des services en plus, ça vous > > tente ? > > Je crée ma boîte mail www.laposte.net > > > Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

