Le 13/11/2015 15:37, Dan Williams a écrit :
Hi Clément,
Sorry, I'm not clear on this. This line:
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(uid={uid}))]]></getOneFilter>
The pivot in the source is sAMAccountName. Should the new line be:
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(uid={sAMAccountName}))]]></getOneFilter>
or
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(sAMAccountName={uid}))]]></getOneFilter>
or
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(sAMAccountName={sAMAccountName}))]]></getOneFilter>
Or another combination I'm missing?
The source pivot (sAMAccountName) should be used to match the
destination pivot (uid) in the filter applied on the destination, so the
filter should be:
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(uid={sAMAccountName}))]]></getOneFilter>
--
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