Le 23/07/2015 14:24, Thomas Peter a écrit :
Because it is used to search in the source the entry corresponding to
the one listed in destination.

hmm. what would that mean in my case. I do have

<getAllFilter>(&amp;(objectClass=user))</getAllFilter>
<getOneFilter>(&amp;(objectClass=user)(samAccountName={samAccountName}))</getOneFilter>
<cleanFilter>(&amp;(objectClass=user)(samAccountName={samAccountName}))</cleanFilter>
    </ldapSourceService>

and

<getAllFilter><![CDATA[(&(objectClass=inetOrgPerson))]]></getAllFilter>
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(uid={uid}))]]></getOneFilter>
    </ldapDestinationService>

how does the fact of having two uid attributes influence the clean-phase?

I'm currently having the problem that when I run
-s all -c all
I end up where I started: with an empty destination ldap-directory =)


Please keep replies on the list.

Indeed, you will have a problem if the pivot is multivalued. So the solution can be to use another attribute to store the pivot attribute.

--
Clément OUDOT
Consultant en logiciels libres, Expert infrastructure et sécurité
Savoir-faire Linux
87, rue de Turbigo - 75003 PARIS

_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to