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 =)

Kind Regards
Thomas
_______________________________________________________________
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