I'm currently running alfresco v6 and authentication of users is done with an AD server. The users in the AD server have now being migrated to the LDAP server. After configuring alfresco with the new LDAP server, the user's associated files are no longer available. The home directory of the users are now empty as well as files the users uploaded to the site. Is there a way to configure my new LDAP with the same users from AD to alfresco?
New users must have the same user names. Look at AD configuration. By defaults AMAccountName used as user id.
# The attribute name on people objects found in LDAP to use as the uid in Alfresco ldap.synchronization.userIdAttributeName=sAMAccountName
Make shure it's the same for all users at the new LDAP configuration.
Thanks for the feedback.
Users in AD were migrated to LDAP with the same usernames.
In my previous configuration, I pointed AD for alfresco to this
ldap.synchronization.userIdAttributeName=sAMAccountName
In the new configuration Ldap the userId is now uid
ldap.synchronization.userIdAttributeName=uid
After logging in my folders were empty.
I checked the folders in my userhome. I realize there has been some duplication. All the userhome folders for each user now have -1 appended to them.
For example, a user with the name apple now has apple folder and apple-1 folder.
Does a user with the name apple had
sAMAccountName = "apple"
and now have
uid = "apple"
?
Read documentation or give a configuration of synchronization subsystem.
Yes. They have the same value. I confirmed it using LDAP browser and compared the value to AD.
Had got that issue. Resolved by plaing with sync/auth configuration parameters.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.