Cisco Cisco Content Security Management Appliance M1070 Mode D'Emploi

Page de 414
 
11-7
AsyncOS 8.3.6 for Cisco Content Security Management User Guide
 
Chapter 11      Integrating with LDAP
  Configuring LDAP Queries
For Active Directory servers, the default query string is 
(|(proxyAddresses={a})(proxyAddresses=smtp:{a}))
 and the default email attribute is 
mail
. For 
OpenLDAP servers, the default query string is 
(mail={a})
 and the default email attribute is 
mail
. You 
can define your own query and email attributes, including multiple attributes separated by commas. If 
you enter more than one email attribute, Cisco recommends entering a unique attribute that uses a single 
value, such as 
mail
, as the first email attribute instead of an attribute with multiple values that can 
change, such as 
proxyAddresses
.
To create the query in the CLI, use the 
isqalias
 subcommand of the 
ldapconfig
 command.
Sample Active Directory Alias Consolidation Settings
This section shows sample settings for an Active Directory server and the alias consolidation query. This 
example uses anonymous authentication for the Active Directory server, a query string for alias 
consolidation for Active Directory servers, and the 
mail
 email attribute.
Sample OpenLDAP Alias Consolidation Settings
This section shows sample settings for an OpenLDAP server and the alias consolidation query. This 
example uses anonymous authentication for the OpenLDAP server, a query string for alias consolidation 
for OpenLDAP servers, and the 
mail
 email attribute.
Table 11-3
Example LDAP Server and Spam Quarantine Alias Consolidation Settings: Active 
Directory
Authentication Method
Anonymous
Server Type
Active Directory
Port
3268
Base DN
[Blank]
Connection Protocol
Use SSL
Query String
(
|(mail={a})(mail=smtp:{a})
)
Email Attribute
mail
Table 11-4
Example LDAP Server and Spam Quarantine Alias Consolidation Settings: 
OpenLDAP
Authentication Method
Anonymous
Server Type
OpenLDAP
Port
389
Base DN
[Blank] (Some older schemas will want to use a specific 
Base DN.)
Connection Protocol
Use SSL
Query String
(mail={a}))
Email Attribute
mail