Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 1093
 
22-33
Cisco AsyncOS 8.0.2 for Email User Guide
 
Chapter 22      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 22-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 
password 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.
Password as Attribute: To authenticate by fetching passwords, specify the 
password in the SMTP Auth password 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 Password 
Attribute
If you have selected “Authenticate by fetching the password as an attribute,” 
you can specify the password attribute here.