2010/6/7 Alexey Wasilyev <[email protected]>: > sure. > lsc.tasks.user.srcService = org.lsc.jndi.SimpleJndiSrcService > lsc.tasks.user.srcService.baseDn = ou=people,ou=griddynamics > lsc.tasks.user.srcService.filterAll = (&(uid=*)(objectClass=inetOrgPerson)) > lsc.tasks.user.srcService.pivotAttrs = uid > lsc.tasks.user.srcService.filterId = > (&(objectClass=inetOrgPerson)(uid={uid})) > lsc.tasks.user.srcService.attrs = givenName cn sn uid
Hi Alexey, what you want to do is : sync openldap users to AD, and then move then from default AD branch to antoher AD ou, correct? This is tricky because If you move a user, LSC will believe it does not exist, and will try to create it. Two solutions : * Have a mean in your source directory (OpenLDAP) to know in which ou th user will be created, and use the dn property to fix the destination DN. * Or when you move a user in AD, add a flag in OpenLDAP entry, and configure LSC to not add users with this flag Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

