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? 

Sincerely, 


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

lsc-users mailing list
lsc-users@lists.lsc-project.org
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to