Minor fix to enable LDAP customization of first and last name.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-24 17:46:05 -03:00
parent 9ab0637690
commit 846ad24bf3
3 changed files with 27 additions and 3 deletions

View File

@@ -39,6 +39,8 @@
<bean id="userDetailsContextMapper" class="com.wisemapping.security.ldap.LdapUserDetailsContextMapper">
<property name="userService" ref="userService"/>
<property name="ldapAttributeFirstName" value="${security.ldap.firstName.attribute}"/>
<property name="ldapAttributeLastName" value="${security.ldap.lastName.attribute}"/>
</bean>
<bean id="ldapUserSearch"