Type the unique identifier of an LDAP server in the "Choose a key name" text field, press Enter and configure the following settings.
The selected identifier must match the value assigned to the LDAP Server ID parameter.
Mandatory: Yes.
JSON data type: The String representation of a dictionary key. For example, myLdapServer
in:
"ldapServers"
: {
"myLdapServer"
: {
"url"
:
"ldap://127.0.0.1"
,
"userName"
:
"myUsername"
,
"passwordID"
:
"myPasswordID"
}
}