10-15-2007 07:02 AM
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?
10-22-2007 05:30 AM
10-22-2007 05:37 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.