Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
122
11.5.2 Adding and modifying external directory search locations
n
Creating: POST method to the “/directorySearchLocations” node. If the LDAP source is
configured on the system successfully, its ID is returned in the “Location” field of the response
header
n
Modifying: PUT method on a “/directorySearchLocations/<directory search location id>”
node
Parameters
Type/Value
Description/Notes
ldapServer *
ID
The ID of a previously-configured LDAP server (see
tenant
ID
if supplied, the tenant to which this external directory applies; entries from the
remote directory will only be supplied to users associated with this tenant
baseDn
String
The distinguished name of the node in the LDAP server's tree within which to
search
filterFormat
String
The LDAP filter used to select directory search results; $1 should be used to
represent the user-supplied search string
label
String
The human-readable name that should be associated with search results from this
directory when displayed by requesting clients.
priority
Number
Controls the order in which directorySearchLocations should be used in
searching; entries with higher priorities will be used first
firstName
lastName
displayName
phone
mobile
email
sip
organization
These fields specify the name of a field from LDAP to be used when populating the
contents of the search result. For example, displayName might be set to "cn" to
use the canonical name.
11.5.3 Retrieving detailed information on external directory search locations
GET method performed on a “/directorySearchLocations/<directory search location id>” node.
If the directory search location ID supplied is valid, a “200 OK” response is received, with XML
content as per directory search location creation described above.
11.5.4 Example of adding external directory search locations
This section provides an example of adding additional directory search locations that the Call
Bridge will consult when users of Cisco Meeting Apps perform searches.
Follow these steps:
11   LDAP Methods