Reference Guide

cfgLDAPGroupAttribute (Read or Write)
Description
Species which LDAP attribute is used to check for group membership. It must be an attribute of the group
class. If not specied then the member and unique member attributes are used.
Legal Values
String maximum length = 254
Default
Null
cfgLDAPGroupAttributeIsDN (Read or Write)
Description
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 to provide the login user
Default
1
cfgLDAPBindDN (Read or Write)
Description
The distinguished name of a user used to bind to the server when searching for the login user's DN. If not
provided, an anonymous bind is used. If necessary It is optional to support anonymous bind.
NOTE: If cfgLDAPBindDN is [null] and cfgLDAPBindPassword is [null], then the CMC attempts an
anonymous bind.
Legal Values
String maximum length = 254
Default
Null
cfgLDAPBindPassword (Write Only)
Description
A bind password is used with the bindDN. The bind password is a sensitive data, and must be protected. It is
optional to support anonymous bind.
Legal Values
String maximum length = 254
Default
Null
cfgLDAPSearchFilter (Read or Write)
Description
To validate LDAP search lter, use the user attribute that cannot uniquely identify the login user within the
chosen baseDN. The search lter only applies to userDN search and not the group membership search.
Legal Values
String of maximum length = 1024 characters
Default
(objectless=*)
Searches for all objects in tree.
112