Configuring and Managing Federation with LDAP
An organization can define an LDAP configuration that it shares with other organizations. This shared configuration can support federation using LDAP as a directory service, an authentication service, or both.
When several organizations use the same LDAP service as their source for imported users and groups, they enable a simple model of federation in which users in all the participating organizations can be managed by a single LDAP service. In this kind of configuration, user credentials are imported into the VMware Cloud Director database, and VMware Cloud Director is responsible for authenticating users.
Prerequisites
This operation requires the rights included in the predefined Organization Administrator role or an equivalent set of rights.
Procedure
Example: Update Organization LDAP Settings
This example updates the
OrgLdapSettings of the
organization created in
Create an Organization.
The update sets the value of the
CustomUsersOu element
to specify that only LDAP users whose
OU
attribute has a value of
Finance
are imported into this organization.
PUT https://vcloud.example.com/api/admin/org/26/settings/ldap Content-Type: application/vnd.vmware.admin.organizationLdapSettings+xml ... <?xml version="1.0" encoding="UTF-8"?> <OrgLdapSettings ... > <OrgLdapMode>SYSTEM</OrgLdapMode> <CustomUsersOu>OU=Finance</CustomUsersOu> </OrgLdapSettings>