Le 11/10/2016 à 19:08, Thierry DONGMO KEUMO a écrit :
Hello,
i already sync my OpenLDAP users with Active Directory. Then i add a new fetchAttributes in my configuration after that the synchronization didn't walk because the entry already exists.

First step

Openldap fetchAttributes
<fetchedAttributes>
<string>description</string>
<string>cn</string>
<string>givenName</string>
<string>mail</string>
<string>krbCanonicalName</string>
<string>supannAutreMail</string>
<string>mailAlternateAddress</string>
<string>updMailEquivalentAddress</string>
<string>sn</string>
<string>userpassword</string>
<string>uid</string>
<string>AliasLogin</string>
</fetchedAttributes>

Active Directory fetchAttributes
<fetchAttributes>
<string>description</string>
<string>cn</string>
<string>givenName</string>
<string>proxyAddresses</string>
<string>mail</string>
<string>sn</string>
<string>uid</string>
<string>userPrincipalName</string>
<string>objectclass</string>
<string>unicodePwd</string>
<string>userAccountControl</string>
<string>pwdLastSet</string>
<string>altSecurityIdentities</string>
<string>sAMAccountName</string>
</fetchAttributes>

After i make synchronization i need a new attribute (because we don't need it at the start) when i add it i have this error : UpdErr: DSID-031A11D7, problem 6005 (ENTRY_EXISTS). Is-it possible to do that or i need to delete all users and the replay my synchronization?



I don't think this error is linked to fetchedAttribute. You should check the destination filter and the pivot attributes, to be sure it is well configured to map entries form source to destination.

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

--
Clément OUDOT
Consultant en logiciels libres, Expert infrastructure et sécurité
Savoir-faire Linux
137 boulevard de Magenta - 75008 PARIS
Blog: http://sflx.ca/coudot

_______________________________________________________________
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