Hello Clément, Thanks a lot! It works well for the Get operation, so I can gather all entries. But, the command # ldapsearch -s base -b "" objectclass=top returns a namingContext for the destination, not the source.
One explanation could be that the source directory is a syncrepl replicate, presented as a frontend directory server for interfaced systems; so it doesn't owns his directory. As a result, the cleaning phase delete all entries, if using the same filter than the "getOneFilter". Can i manage to deal with it using conditions or datasets? 2016-02-03 13:33 GMT+01:00 Clément OUDOT <[email protected] >: > > > Le 03/02/2016 13:30, Patrice M. a écrit : > > Merci beaucoup Clément! > > I'll encounter this problem only on the DIT synchrnization task, so there > are very few attributes I can handle. > > Tried the integration of the entryDN pivot attribute, but LSC seems not to > find any source object. As I get as many errors as there are entries, the > culprint id the getOneFilter line. > > So, How can I hoandle the "entryDN" parameter? > - I tried <string>dn</string> in <pivotAttributes>, as well as > <string>entryDN</string> > - In addition, in getOneFilter: <![CDATA[(&(dn={dn}))]]> or > <![CDATA[(&(dn={entryDN}))]]> > > Without gaining any positive results. > > > entryDN is an operational attribute available in OpenLDAP. > > If this is your diectory server, then you should be able to use it in > pivot attributes and then in filter with entryDN={entryDN}. > > > -- > Clément OUDOT > Consultant en logiciels libres, Expert infrastructure et sécurité > Savoir-faire Linux > >
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

