05-21-2015 03:22 PM - edited 02-21-2020 05:29 AM
Hi all,
How do i disable login to my cisco asa 5520 using only enable password via asdm? I like to enforce logging in to asdm using username and password. TIA!
Solved! Go to Solution.
05-22-2015 12:50 PM
The command:
aaa authentication http console LOCAL
...will force users accessing ASDM (which uses http(s) transport) to be authenticated against the LOCAL database.
You can also specify any other defined authentication method list, such as TACACS, RADIUS or AD. (Though t wew like to leave a LOCAL method on hand in the event that your external authentication sserver is not available.)
05-22-2015 12:50 PM
The command:
aaa authentication http console LOCAL
...will force users accessing ASDM (which uses http(s) transport) to be authenticated against the LOCAL database.
You can also specify any other defined authentication method list, such as TACACS, RADIUS or AD. (Though t wew like to leave a LOCAL method on hand in the event that your external authentication sserver is not available.)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide