Bind user DN
The full DN of the admin user that is used to search for the DN of the user that is trying to sign in. This setting is ignored if the authentication mechanism is 'Anonymous', 'Kerberos-Credential-Cache' or 'None'.
General Information
Domain |
TcHmiLdap |
Full symbol path |
TcHmiLdap.Config::BIND_USER_DN |
Category |
LDAP Authentication |
Property is hidden |
No |
Contained in every configuration by default |
No |
JSON Schema
{
"allOf": [
{
"category": "CATEGORY_BIND_USER",
"configDescription": "DESC_BIND_USER_DN",
"default": "",
"propertyOrder": 8
},
{
"anyOf": [
{
"const": "",
"type": "string"
},
{
"$ref": "tchmi:server#/definitions/ldapDistinguishedName"
},
{
"$ref": "tchmi:server#/definitions/ldapAttributeValue"
}
]
}
]
}