Quick Reference Guide

cfgLdapBasedn (Read/Write)
Description The Domain Name of the branch of the directory where all
searches should start from.
Legal Values String. Maximum length = 254
Default Null
cfgLdapUserAttribute (Read/Write)
Description Specifies the user attribute to search for. It is
recommended to be unique within the chosen baseDN,
otherwise a search filter must be configured to make sure
the uniqueness of the login user. If the userDN cannot be
uniquely identified, login fails with error.
Legal Values String. Maximum length = 254
Default Null
uid
if not configured.
cfgLdapGroupAttribute (Read/Write)
Description Specifies which LDAP attribute is used to check for group
membership. This should be an attribute of the group
class. If not specified, then iDRAC or CMC uses the
member and unique member attributes.
Legal Values String. Maximum length = 254
Default Null
cfgLdapGroupAttributeIsDN (Read/Write)
Description For iDRAC: When it is set to 1, iDRAC 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 is used to compare to the
members of the group. This does not impact the search
algorithm for the bind. iDRAC always searches the userDN
and uses the userDN to bind.
For CMC: If enabled, the CMC performs DN matching,
otherwise the CMC uses the user name provided at login
for matching.
Legal Values
1 (TRUE)—Use the
userDN
from the LDAP Server
0 (FALSE)—Use the
userDN
provided by the login
user
Default 1
157