LdapSettings

LdapSettings
LdapSettings

LDAP Settings Specification

JSON Example
{
    "hostName": "string",
    "port": 0,
    "isSsl": false,
    "isSslAcceptAll": false,
    "realm": "string",
    "pagedSearchDisabled": false,
    "pageSize": 0,
    "maxResults": 0,
    "maxUserGroups": 0,
    "searchBase": "string",
    "userName": "string",
    "password": "string",
    "authenticationMechanism": "string",
    "groupSearchBase": "string",
    "isGroupSearchBaseEnabled": false,
    "connectorType": "string",
    "userAttributes": {
        "objectClass": "string",
        "objectIdentifier": "string",
        "userName": "string",
        "email": "string",
        "fullName": "string",
        "givenName": "string",
        "surname": "string",
        "telephone": "string",
        "groupMembershipIdentifier": "string",
        "groupBackLinkIdentifier": "string"
    },
    "groupAttributes": {
        "objectClass": "string",
        "objectIdentifier": "string",
        "groupName": "string",
        "membership": "string",
        "membershipIdentifier": "string",
        "backLinkIdentifier": "string"
    },
    "useExternalKerberos": false,
    "customUiButtonLabel": "string"
}
string
hostName
Optional

hostName

integer
port
Optional

port

boolean
isSsl
Optional

isSsl

boolean
isSslAcceptAll
Optional

isSslAcceptAll

string
realm
Optional

realm

boolean
pagedSearchDisabled
Optional

pagedSearchDisabled

integer
pageSize
Optional

pageSize

integer
maxResults
Optional

maxResults

integer
maxUserGroups
Optional

maxUserGroups

string
searchBase
Optional

searchBase

string
userName
Optional

userName

string
password
Optional

password

string
authenticationMechanism
Optional

authenticationMechanism

Possible values are : SIMPLE, KERBEROS, M5DIGEST, NTLM,
string
groupSearchBase
Optional

groupSearchBase

boolean
isGroupSearchBaseEnabled
Optional

isGroupSearchBaseEnabled

string
connectorType
Optional

connectorType

Possible values are : ACTIVE_DIRECTORY, OPEN_LDAP,
userAttributes
Optional

Defines how LDAP attributes are used when importing a user.

groupAttributes
Optional

Defines how a group is imported from LDAP.

boolean
useExternalKerberos
Optional

useExternalKerberos

string
customUiButtonLabel
Optional

customUiButtonLabel

Parameter To