Cisco Acano X-series Developer's Guide

Page of 147
Cisco Meeting Server Release 2.0 : API Reference Guide
113
11 LDAP Methods
Objects in the hierarchy that reside in the “/ldapMappings”, “/ldapServers” and “/ldapSources”
nodes in the object tree relate to the Meeting Server’s interaction with one or more LDAP
servers (for instance, Active Directory) which are used to import user accounts to the Meeting
Server.
n
One or more LDAP servers should be configured, with each one having associated username
and password information for the Meeting Server to use to connect to it for the purpose of
retrieving user account information from it
n
One or more LDAP mappings are also required, which define the form of the user account
names which will be added to the system when users are imported from configured LDAP
servers
n
A set of LDAP sources then need to be configured, which tie together configured LDAP
servers and LDAP mappings, along with parameters of its own, which correspond to the
actual import of a set of users.
An LDAP source takes an LDAP server / LDAP mapping combination and imports a filtered
set of users from that LDAP server. This filter is determined by the LDAP source's "baseDn"
(the node of the LDAP server's tree under which the users can be found) and a filter to ensure
that user accounts are only created for LDAP objects that match a specific pattern
The API LDAP methods allow multiple additional sets of “Active Directory Configuration” as per
the Web Admin Interface Configuration > Active Directory page. On this page, the Active
Directory Server Settings section corresponds to an API-configured LDAP server, the Import
Settings to an LDAP source, and the Field Mapping Expressions to an LDAP mapping.
11   LDAP Methods