LdapDefinedSettings
LDAP settings when using a defined LDAP settings source.
{
"hostName": "string",
"port": 0,
"ssl": false,
"pagedSearchDisabled": false,
"pageSize": 0,
"maxResults": 0,
"maxUserGroups": 0,
"searchBase": "string",
"userName": "string",
"password": "string",
"groupSearchBase": "string",
"customUiButtonLabel": "string",
"userAttributes": {
"objectClass": "string",
"objectIdentifier": "string",
"userName": "string",
"email": "string",
"displayName": "string",
"givenName": "string",
"surname": "string",
"telephone": "string",
"groupMembershipIdentifier": "string",
"groupBackLinkIdentifier": "string",
"domain": "string",
"managerIdentifier": "string"
},
"groupAttributes": {
"objectClass": "string",
"objectIdentifier": "string",
"groupName": "string",
"membership": "string",
"membershipIdentifier": "string",
"backLinkIdentifier": "string"
}
}
LDAP server hostname.
LDAP server port.
Whether to use TLS/SSL connectivity to the LDAP server (i.e. LDAPS).
Whether to disable paged searching.
Default page size for LDAP searches.
Default maximum result count for LDAP searches.
Default maximum user group count.
The LDAP search base for users.
The LDAP server username.
The LDAP server password. Omit to leave unchanged.
The LDAP group search base.
Custom label for the login button when using LDAP login.
The LDAP attributes used for required and optional user information.
The LDAP attributes used for required and optional group information.