Quick Reference Guide
154 CMC Property Database Group and Object Definitions
cfgLDAPGroupAttributeIsDN
If enabled, the CMC performs DN matching, otherwise the CMC uses the
user name provided at login for matching.
•
Configuration options:
1 (true), 0 (false)
•
Default:
1
cfgLDAPBindDN
Specifies the distinguishing name of a user in the directory to bind to the
server to search for a user.
•
Configuration options:
String of up to 254 characters
•
Default:
[null]
NOTE: If cfgLDAPBindDN is [null] and cfgLDAPBindPassword is [null], then the
CMC attempts an anonymous bind.
cfgLDAPBindPassword
Specifies the password corresponding to the user configured in the
cfgLDAPBindDN property.
•
Configuration options:
String of up to 254 characters
•
Default:
[null]
NOTE: If cfgLDAPBindDN is [null] and cfgLDAPBindPassword is [null], then the
CMC attempts an anonymous bind.
cfgLDAPSearchFilter
If the user attribute cannot uniquely identify the login user within the chosen
baseDN, then this command can be used to filter out other results. If not
provided, defaults to (objectClass=*), which searches for all objects in the
tree. The search filter only applies to user DN search, not the group
membership search.
•
Configuration options:
String of up to 1024 characters
•
Default:
[null]