Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
118
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those LDAP sources that match the
filter
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
tenantFilter
ID
Supply tenantFilter to return only those LDAP sources associated with the specified
tenant.
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level < ldapSources total=”N”> tag with
potentially multiple “<ldapSource>” elements within it.
“<ldapSource>” elements returned follow the general form on the left.
ldapSource id
server
mapping
baseDn
filter
tenant
ID
ID
ID
String
String
ID
All as per LDAP source creation described below
11.3.2 Adding and modifying an LDAP Source
n
Creating: POST method to the “/ldapSources” 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 “/ldapSources/<ldapSource id>” node
Parameters
Type/Value
Description/Notes
server *
ID
The ID of a previously-configured LDAP server (see
)
mapping *
ID
The ID of a previously-configured LDAP mapping (see
baseDn *
String
The distinguished name of the node in the LDAP server’s tree from which users
should be imported, for instance “cn=Users,dc=<companyname>,dc=com”
filter
String
An LDAP filter string that records must satisfy in order to be imported as users, for
instance “(objectClass=person)”
tenant
ID
If supplied, the ID for the tenant to which the LDAP source should be associated.
Users imported with this LDAP source will be associated with that tenant
userProfile
ID
If supplied, this is the ID of the user profile to associate with users imported via this
LDAP source. This parameter is present from version 2.0 onwards.
11   LDAP Methods