Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
126
l
Address = this is the hostname or IP address of your LDAP server
l
Port = usually 636
l
Username = the Distinguished Name (DN) of a registered user. You may want to create a
user specifically for this purpose.
l
Password = the password for the user name you are using
l
Secure Connection = tick this box for a secure connection
For example:
Address:  ldap.example.com
Port:     636
Username: cn=Fred Bloggs,cn=Users,OU=Sales,dc=YourCompany,dc=com
Password: password
Note: The Meeting Server supports secure LDAP. By default the LDAP server runs on port
636 for secure communications and port 389 for insecure communications. The Meeting
Server supports both, but we recommend using 636. Note that you must select Secure
Connection (see above) for communications to be secure: using port 636 alone is not
enough.
3. Type the Import Settings which will be used to control which users will be imported.
l
Base Distinguished Name = the node in the LDAP tree from which to import users.
The following is a sensible choice for base DN to import users
cn=Users,dc=sales,dc=YourCompany,dc=com
l
Filter = a filter expression that must be satisfied by the attribute values in a user's LDAP
record. The syntax for the Filter field is described in rfc4515.
A rule for importing people into the main database might reasonably be 'import anyone
with an email address', and this is expressed by the following filter:
mail=*
For testing purposes you may want to import a named user (e.g. fred.bloggs)and a group
of test users whose mail address starts with “test”; for example:
(|(mail=fred.bloggs*)(mail=test*))
If you wanted to import everyone apart from one named user (e..g. fred.bloggs), use this
format:
(!(mail=fred.bloggs*))
To import users that belong to a specific group, you can filter on the memberOf attribute.
For example:
15   LDAP configuration