Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
116
11.2 LDAP Mapping Methods
11.2.1 Adding and modifying an LDAP Mapping
n
Creating: POST method to the “/ldapMappings” If the LDAP mapping is configured on the
system successfully, its ID is returned in the “Location” field of the response header
n
Modifying: PUT method on a “/ldapMappings/<ldapMapping id>” node
Parameters
Type/Value
Description/Notes
jidMapping
String
The template for generating user JIDs from the associated LDAP
server’s entries, for instance
$sAMAccountName$@example.com.
nameMapping
String
The template for generating user names from the associated
LDAP server’s entries; for instance “$cn$” to use the common
name.
cdrTagMapping
String
The template for generating a users' cdrTag value. Can be set
either to a fixed value or be constructed from other LDAP fields
for that user. The user’s cdrTag is used in callLegStart CDRs.
See the Cisco Meeting Server CDR Reference for details.
authenticationIdMapping
String
The template for generating authentication IDs from the
associated LDAP server"s entries, for instance
"$userPrincipalName$".
coSpaceUriMapping
String
If these parameters are supplied, they ensure that each user
account generated by this LDAP mapping has an associated
personal coSpace. The user is automatically added as a member
of the coSpace, with permissions defined
In order for that coSpace to be set up as required, these
parameters provide the template for setting the coSpaces’ URI,
displayed name and configured Call ID. For example, setting
coSpaceNameMapping to “$cn$ personal coSpace” ensures
that each user’s coSpace is labelled with their name followed by
“personal coSpace”.
Note that the generated coSpace will have its own cdrTag – and
it will be the same as the user’s cdrTag and cannot be changed
other than by changing the cdrTagMapping above and re-
syncing. (The coSpace’s cdrTag is used in the callStart CDR.
See the Cisco Meeting Server CDR Reference for details.)
Note that the normal uniqueness rules apply to the URI and Call
IDs of coSpaces set up in this way: it is not valid to have the
same URI or Call ID for more than one coSpace set up by a given
LDAP mapping, nor is it valid for such a coSpace URI or Call ID to
be the same as one currently in use elsewhere on the Meeting
Server.
coSpaceSecondaryUriMapping
String
coSpaceNameMapping
String
coSpaceCallIdMapping
String
11   LDAP Methods