On 17/05/2010 11:05, Romain wrote:
I have retry with many changes in my lsc.properties, and now it works, so its a mistake to me. Really, i have an error with this line : lsc.tasks.user.dn = "cn=" + srcBean.getAttributeValueById("cn") + "cn=Users"I have forget a "," so i have replace by this line : lsc.tasks.user.dn = "cn=" + srcBean.getAttributeValueById("cn") + ",cn=Users" Thats all. So the synchronization of user works fully
Great news!
But now, i want to syncronized the over part of my OpenLDAP, like the Organizational Unit, Group, etc... I have make with succes the sync of the OU, but now the Group, i have this error : ---------------------- mai 17 11:01:47 - INFO - Starting sync for group mai 17 11:01:47 - INFO - Connecting to LDAP server ldap://192.168.0.2:389/dc=openldap,dc=nomotech,dc=local as cn=admin,dc=openldap,dc=nomotech,dc=local mai 17 11:01:48 - ERROR - No attribute names to read! Check configuration. mai 17 11:01:48 - ERROR - Empty or non existant source (no IDs found) ---------------------------
This error message means that no srcService.attrs or dstService.attrs configuration was found in lsc.properties. Check your config.
??? I have an other question. For exemple, if in my OpenLDAP, an user belong to a group (ex : commercial) , if i sync user, group, ou, etc... can the user belong automatically at the same group (commercial that was import from OpenLDAP)
I'm not sure I understand your question. Group membership in LDAP is as simple as adding a value to an attribute, so you can easily configure this with LSC. Is that what you want to do?
Jonathan -- -------------------------------------------------------------- Jonathan Clarke - [email protected] -------------------------------------------------------------- Ldap Synchronization Connector (LSC) - http://lsc-project.org -------------------------------------------------------------- _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

