300-730 · Question #198
A network administrator is setting up a Cisco ASA to authenticate clientless SSLVPN users using an internal Microsoft Active Directory server. When the configuration is complete and the…
The correct answer is D. Correct the login distinguished name or login password under the aaa-server configuration. Cisco ASA LDAP authentication to Active Directory fails when the aaa-server bind credentials (login DN or password) are incorrectly configured.
Question
Options
- AAdd the user account the administrator is attempting to log in with to the database.
- BThe administrator must use the correct password for the user account they are attempting to log in with.
- CConfigure the ASA to connect to the LDAP port being listened to on the Microsoft Active Directory server.
- DCorrect the login distinguished name or login password under the aaa-server configuration.
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C10% (2)
- D80% (16)
Why each option
Cisco ASA LDAP authentication to Active Directory fails when the aaa-server bind credentials (login DN or password) are incorrectly configured.
Adding a user to the local ASA database only affects local authentication, not LDAP-based Active Directory authentication.
Using the correct end-user password does not resolve a server-side bind failure caused by misconfigured aaa-server credentials.
The LDAP port is a connection parameter, not an authentication credential; a port misconfiguration typically produces a connection error, not an authentication failure after configuration is complete.
The ASA uses a login distinguished name (DN) and password to bind to the Active Directory LDAP server before it can validate user credentials. If the login DN or bind password is incorrect, the ASA cannot establish the LDAP bind, causing all authentication attempts to fail regardless of valid user credentials.
Concept tested: Cisco ASA AAA server LDAP bind configuration
Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/98671-asa-vpn-ldap-config.html
Topics
Community Discussion
No community discussion yet for this question.