[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

LdapSettings

LDAP Settings Specification


Properties

string
authenticationMechanism Optional

Possible values are: SIMPLEKERBEROSM5DIGESTNTLM


string
connectorType Optional

Possible values are: ACTIVE_DIRECTORYOPEN_LDAP


groupAttributes Optional

Defines how a group is imported from LDAP.


string
groupSearchBase Optional

string
hostName Optional

boolean
isGroupSearchBaseEnabled Optional

boolean
isSsl Optional

boolean
isSslAcceptAll Optional

integer
maxResults Optional

integer
maxUserGroups Optional

integer
pageSize Optional

boolean
pagedSearchDisabled Optional

string
password Optional

integer
port Optional

string
realm Optional

string
searchBase Optional

boolean
useExternalKerberos Optional

userAttributes Optional

Defines how LDAP attributes are used when importing a user.


string
userName Optional

JSON Example

{
	"authenticationMechanism": "SIMPLE",
	"connectorType": "ACTIVE_DIRECTORY",
	"groupAttributes": {
		"backLinkIdentifier": "string",
		"groupName": "string",
		"membership": "string",
		"membershipIdentifier": "string",
		"objectClass": "string",
		"objectIdentifier": "string"
	},
	"groupSearchBase": "string",
	"hostName": "string",
	"isGroupSearchBaseEnabled": false,
	"isSsl": false,
	"isSslAcceptAll": false,
	"maxResults": 0,
	"maxUserGroups": 0,
	"pageSize": 0,
	"pagedSearchDisabled": false,
	"password": "string",
	"port": 0,
	"realm": "string",
	"searchBase": "string",
	"useExternalKerberos": false,
	"userAttributes": {
		"email": "string",
		"fullName": "string",
		"givenName": "string",
		"groupBackLinkIdentifier": "string",
		"groupMembershipIdentifier": "string",
		"objectClass": "string",
		"objectIdentifier": "string",
		"surname": "string",
		"telephone": "string",
		"userName": "string"
	},
	"userName": "string"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Parameter To

Test LDAP

Feedback

Was this page helpful?