Base DN

Entry point for LDAP search requests. If empty, the domain components of the host are used.

General Information

Domain

TcHmiLdap

Full symbol path

TcHmiLdap.Config::BASE_DN

Property is hidden

No

Contained in every configuration by default

No

JSON Schema

{
    "allOf": [
        {
            "configDescription": "DESC_BASE_DN",
            "default": "",
            "optionMethod": {
                "symbol": "ListNamingContexts"
            },
            "propertyOrder": 10
        },
        {
            "anyOf": [
                {
                    "const": "",
                    "type": "string"
                },
                {
                    "$ref": "tchmi:server#/definitions/ldapDistinguishedName"
                }
            ]
        }
    ]
}