Authentication mechanism for bind user

'None' means that there is no bind user, in which case, the bind request is done with what the user inputs in the login form.

General Information

Domain

TcHmiLdap

Full symbol path

TcHmiLdap.Config::BIND_USER_AUTHENTICATION_MECHANISM

Category

LDAP Authentication

Property is hidden

No

Contained in every configuration by default

No

Schema

Enumeration type

string

Default value

"None"

Enumeration value

None

Anonymous

Simple

Digest-MD5

Kerberos-Credential-Cache

JSON Schema

{
    "category": "CATEGORY_BIND_USER",
    "configDescription": "DESC_BIND_USER_AUTHENTICATION_MECHANISM",
    "default": "None",
    "enum": [
        "None",
        "Anonymous",
        "Simple",
        "Digest-MD5",
        "Kerberos-Credential-Cache"
    ],
    "propertyOrder": 7,
    "type": "string"
}