LDAPFirstNameAttribute
Summary
Sets the LDAP attribute for the first name.Usage
LDAPFirstNameAttribute=fn | givename
Description
When the group assignment is complete, the user object is stored in eZ Publish.
This setting defines the LDAP attribute for the first name. By default it is "givenname" which implies that the first name is stored directly in LDAP.
If the first name is not stored directly in LDAP, but it can be extracted from the common name (cn) you should set LDAPFirstNameAttribute to 'cn' and set LDAPFirstNameIsCommonName in block [LDAPSettings] to true.
The first name will then be extracted from the common name, minus the last name. (This feature was added in version 4.1 beta 1.)
This setting is case sensitive.
Examples
LDAPFirstNameAttribute=givename
This is the default setting.
Ester Heylen (16/11/2009 6:31 pm)
Ester Heylen (23/06/2010 8:46 am)
Comments
There are no comments.