ldapUserAndGroupAuthConfiguration
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
The user and group mapping configuration mapping.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
emailAddressAttribute (string) | 0/1 | Get email Address Attribute. The attribute that stores the users email address. |
groupBaseDn (string) | 0/1 | Get group Base DN. The base DN that defines Groups. |
groupIdAttribute (string) | 0/1 | Get group Id Attribute. The ID attribute for the Group. |
groupMemberAttribute (string) | 0/1 | Get group Member Attribute, An attribute that defines the a user is a member of the group. |
groupMemberFormat (string) | 0/1 | Get group Member Format. The format that the user info is stored in the groupMappingsAttribute. Such as ${username}, or uid=${username},ou=people,o=yourBiz. ${username} will be replaced with the username. |
groupObjectClass (string) | 0/1 | Get group Object Class. The Object class used for groups. |
userBaseDn (string) | 0/1 | Get user Base DN. The base DN for the users. |
userIdAttribute (string) | 0/1 | Get user Id Attribute. THe attribute of the userId field. |
userMemberOfAttribute (string) | 0/1 | Get groups are generally one of two types in LDAP systems - static or dynamic. A static group maintains its own membership list. A dynamic group records its membership on a user entry. If dynamic groups this should be set to the attribute used to store the group string in the user object. |
userObjectClass (string) | 0/1 | Get user Object Class. The object class used for users. |
userPasswordAttribute (string) | 0/1 | Get user Password Attribute. The attribute that stores the users password. |
userRealNameAttribute (string) | 0/1 | Get user Real Name Attribute. The attribute that defines the users real name. |
groupSubtree (boolean) | 1/1 | Get groups are Stored in a subtree of the groupBaseDn. |
ldapGroupsAsRoles (boolean) | 1/1 | Get use LDAP groups as roles. True if LDAP groups should be used as roles. |
userSubtree (boolean) | 1/1 | Get users are Stored in a subtree of the userBaseDn. |
ldapFilter (string) | 0/1 | Return the filter expression added to the user search. Example: (&(mail=*@domain.com)(uid=user_*) |