2015-01-21 9:26 GMT+01:00  <[email protected]>:
> Right. Entry is there in AD then it should not try to add the entry. But it 
> gives as entry_exist. Below is the configuration.
>
> <baseDn>cn=Users,dc=testrjil,dc=net</baseDn>
>             <pivotAttributes>
>               <string>sAMAccountName</string>
>             </pivotAttributes>
>             <fetchedAttributes>
>                <string>cn</string>
>                <string>sn</string>
>                <string>givenName</string>
>                <string>uid</string>
>                <string>userPassword</string>
>                <string>objectClass</string>
>                <string>mail</string>
>                <string>sAMAccountName</string>
>             </fetchedAttributes>
>         <getAllFilter><![CDATA[(objectClass=user)]]></getAllFilter>
>         
> <getOneFilter><![CDATA[(&(objectClass=user)(sAMAccountName={sAMAccountName}))]]></getOneFilter>


See http://lsc-project.org/wiki/documentation/latest/basics

the getOneFilter in the destination must use the pivot attribute of
the source: samAccountName={uid}



Clément.
_______________________________________________________________
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