2010/6/1 Gunter Holzer <[email protected]>: > Hi, > > > > it´s me again ;-) > > > > --Sync from OpenLDAP to AD-- > > > > How is the "force" parameter in sync options supposed to work? > > > > Configuration: > > lsc.syncoptions.ADuser.default.action = F > > lsc.syncoptions.ADuser.sAMAccountName.create_value = > srcBean.getAttributeValueById("uid") > > lsc.syncoptions.ADuser.userPrincipalName.force_value = > srcBean.getAttributeValueById("uid") + "@test.local" > > > > Now I´m changing the attribut "uid" in OpenLDAP. At the next sync the > attribut " userPrincipalName" gets changed but not " sAMAccountName". > > If change the syncoptions to: > > lsc.syncoptions.ADuser.sAMAccountName.force_value = > srcBean.getAttributeValueById("uid") > > both attributs get changed fine in AD. > > > > So should I always use " force_value" in syncoptions? > > What about " lsc.syncoptions.ADuser.default.action = F"? > > >
Hi, please look at http://lsc-project.org/wiki/documentation/1.2/configuration/syncoptions at the bottom of the page, you will find explanations on the action 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

