cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP User Information

paszczakus91
Champ in-the-making
Champ in-the-making
Hi,
I have small problem.
I've connected successful to LDAP-AD from Alfresco v4.0e, and I can log in by AD users, but how can I sync user information (telephone, company, address, etc.) from AD to Alfresco?
I've add in ldap-ad-authentication.properties file and alfresco-global.properties file:
ldap.synchronization.userOrganizationalIdAttributeName=company
ldap.synchronization.userMobileAttributeName=mobile
but it's not working
Please help.
2 REPLIES 2

zeldoune
Champ in-the-making
Champ in-the-making
Hi,
I'm trying to do the same thing (but I use OpenLdap).
Shouldn't we add something in this file too : common-ldap-context.xml ?

nickburch
Confirmed Champ
Confirmed Champ
Did you try overriding the personAttributeMapping property map on the userRegistry bean?

That holds the mapping between LDAP attributes and the cm: properties on the person. If you add some additional properties onto there, with the appropriate ldap attributes to populate them, then it ought to include them in the sync

You'll probably need to trigger a full resync though after adding that in, so that the additional attributes are pulled accross.