cancel
Showing results for 
Search instead for 
Did you mean: 

Typo in the 2.1E LDAP synchronisation XML file

simon
Champ in-the-making
Champ in-the-making
Alfresco,

We are evaluating Alfresco 2.1 Enterprise and tried to configure the new LDAP synchorsiation syntax. The users did not sync giving a warning like the following:
12:35:04,860 WARN  [org.alfresco.repo.security.authentication.ldap.LDAPPersonExportSource] User returned by user search does not have mandatory user id attribute {mail=mail: xxxx@xxx.com, employeetype=employeeType: EXT, objectclass=objectClass: person, inetOrgPerson, givenname=givenName: xxx, o=o: xxx, sn=sn: xxx, cn=cn: xxx}
Turned out the syntax in the ldap-synchronisation-context.xml file is wrong.
<property name="userIdAttributeName">
    <value>${ldap.synchronisation.userIdAttributeName]</value>
</property>
The bracket at the end is wrong off cours, this shoud be:
<property name="userIdAttributeName">
    <value>${ldap.synchronisation.userIdAttributeName}</value>
</property>
Can you correct this in the following release?
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

This has all ready been fixed.

Andy

simon
Champ in-the-making
Champ in-the-making
Thanks Andy. Took me a while before I figured this out…