Cisco Cisco Email Security Appliance C190 Guia Do Utilizador

Página de 1212
 
27-34
User Guide for AsyncOS 10.0 for Cisco Email Security Appliances
 
Chapter 27      LDAP Queries
  Configuring AsyncOS for SMTP Authentication
Configuring an SMTP Authentication Query
In the following example, the System Administration > LDAP page is used to edit the LDAP 
configuration named “PublicLDAP” to include an SMTPAUTH query. The query string (
uid={u}
) is 
constructed to match against userPassword attribute.
Table 27-6
SMTP Auth LDAP Query Fields 
Name
A name for the query.
Query String
You can select whether to authenticate via LDAP bind or by fetching the 
passphrase as an attribute. 
Bind: Attempt to log into the LDAP server using the credentials supplied by 
the client (this is called an LDAP bind). 
Specify the maximum number of concurrent connections to be used by the 
SMTP Auth query. This number should not exceed the number specified in 
the LDAP server attributes above. Note, to avoid large number of session 
time-outs for bind authentication, increase the maximum number of 
concurrent connections here (typically nearly all of the connections can be 
assigned to SMTP Auth). A new connection is used for each bind 
authentication. The remainder of the connections are shared by the other 
LDAP query types.
Passphrase as Attribute: To authenticate by fetching passphrases, specify 
the passphrase in the SMTP Auth passphrase attribute field below.
Specify the LDAP query to use for either kind of authentication.
Active Directory example query: 
(&(samaccountname={u})(objectCategory=person)
(objectClass=user))
SMTP Auth Passphrase 
Attribute
If you have selected “Authenticate by fetching the passphrase as an attribute,” 
you can specify the passphrase attribute here.