08-20-2007 12:36 AM - edited 03-10-2019 03:20 PM
Hi,
I had configured C3560 switch running Version 12.2(25)SEB4 to authenticate telnet session against ACS SE 4.1 (Tacacs+).
I encountered a problem once I issued the command
** aaa authentication enable default group tacacs+ enable **
the enabled password not accepted and I got the error "% Error in authentication." I checked out the reports on ACS for failed auth and here the error "ACS password invalid".
I removed the command and things going fine but with local enable password.
Configured commands:
aaa authentication password-prompt Password:
aaa authentication username-prompt Login:
aaa authentication login TELNET group tacacs+ local
aaa authentication login CONSOLE none
aaa accounting exec TELNET start-stop group tacacs+
aaa accounting network TELNET start-stop group tacacs+
line vty 0 4
login authentication TELNET
any suggestion !!
Regards,
08-20-2007 03:02 AM
Hi,
When using:
aaa authentication enable default group tacacs+ enable
You are implementing enable authentication through TACACS. Make sure that you have "TACACS enable options" properly configured for user in ACS.
-->By default "use seperate password" is selected with blank password.
Set it to use pap password for using the user password as in ACS, if user is in external database then use the second option to use external db password, else use seperate password and define a password.
* if you are not able to see these options in user setup, enable it from interface configuration > TACACS+ (Cisco) > Advanced TACACS+ Features
Hope this helps.
~Rohit
08-20-2007 03:43 AM
Hi Rohit,
thx for ur replay, its working fine but ONLY per user (i.e through user setup), I have LDAP DB and all credentials reside over there, therefor i need to configure it globally in group setup (mapped group to LDAP group).
I didn't find the "TACACS+ enable options" on group setup, what is the best feasible way to implement it !!
appreciate ur soonest feedback..
regards,
Belal
08-20-2007 04:16 AM
These settings cannot be configured at group level.
The only other way to define this will be through RDBMS sync.
Following link can give you more idea on the same:
~Rohit
08-20-2007 04:43 AM
I think I'll be lost if I go through the RDBMS sync.
anyway, thx for ur support.
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