LDAPUserGroupAttribute
Summary
Sets the LDAP attribute for user group.Usage
LDAPUserGroupAttribute=<the name, ID or DN of the user group>
Description
Sets the LDAP attribute for user group. If specified, LDAP users will be saved under the same group as in LDAP server.
This value depends on the value set in LDAPUserGroupAttributeType in block [LDAPSettings]. If LDAPUserGroupAttributeType is set to:
name: the attribute holding name of the user group must be used as value for LDAPUserGroupAttribute.
id: the attribute holding nummeric ID of the user group must be used as value for LDAPUserGroupAttribute.
dn: the attribute holding DN of the user group must be used as value for LDAPUserGroupAttribute.
This setting is case sensitive.
Examples
Example 1
LDAPUserGroupAttribute=employeetype
Employeetype can be used as value if LDAPUserGroupAttributeType is set to name.
Example 2
LDAPUserGroupAttribute=42
42 can be used if LDAPUserGroupAttributeType is set to id.
Ester Heylen (16/11/2009 6:28 pm)
Ester Heylen (23/06/2010 8:43 am)
Comments
There are no comments.