ldap.manager.cn
The property
ldap.manager.cn
specifies the name of the manager user.
Property Name | Property Description | |
---|---|---|
ldap.manager.cn | This property specifies the Common Name (cn) of the manager user. It is used only for the LDAP connection. Set the user distinguished name (DN) for accessing an authenticated LDAP server. (The example builds the entire DN.) |
Example
ldap.manager.cn=CN\=TestUser,OU\=TestAccounts,OU\=All Users Other,dc\=company,dc\=com
Term | Definition | Example | Comment |
---|---|---|---|
CN | Common Name | TestUser | Can be a generic name and a specific user's name, such as John Smith |
OU | Organizational Unit | Test Accounts, All Users Other | Indicates the organization units where
CN is located |
dc | Domain Component | company, com | Builds the domain name (company.com) |
Parent topic: LDAP properties