Reference Guide

iDRAC6 Property Database Group and Object Definitions 121
cfgLdapUserAttribute (Read/Write)
cfgLdapGroupAttribute (Read/Write)
cfgLdapGroupAttributeIsDN (Read/Write)
Description Specifies the user attribute to search for. If not configured, the
default is to use uid. It is recommended to be unique within the
chosen baseDN, otherwise a search filter must be configured to
ensure the uniqueness of the login user. If the user DN cannot be
uniquely identified, login will fail with anerror.
Legal Values String. Maximum length = 254
Default Null
uid if not configured.
Description Specify which LDAP attribute is used to check for group
membership. This should be an attribute of the group class. If not
specified, then iDRAC6 uses the member and unique member
attributes.
Legal Values String. Maximum length = 254
Default Null
Description When it is set to 1, iDRAC6 compares the userDN retrieved from
the directory to compare to the members of the group; if it is set to
0, the user name provided by the login user will be used to compare
to the members of the group. This does not impact the search
algorithm for the bind. iDRAC6 always searches the userDN and
uses the userDN to bind.
Legal Values 1 (TRUE)—Use the userDN from the LDAP Server
0 (FALSE)—Use the userDN provided by the login user
Default 1