Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there!I want to enter Enable-Mode directly after loggin in on the switch.At the moment I've reduced my aaa config to a very basic setup:------------------------------------aaa group server tacacs+ TACSERV server192.168.0.1tacacs-server host 192.1...
Hi everyone!I want to authenticate to my Switch via Tacacs+. It runs fine as long as I define Users and passwords in the /etc/tac-plus/tacacs.conf. But when I try to authenticate against a MySQL DB or the /etc/passwd file, authentication fails.With t...
Hi,I realized that Debian only stores usernames in /etc/passwd - the user's password is stored in /etc/shadow. I manually edited the passwd file to get the password in. Result: authentication works with /etc/passwd. But when I point to /etc/shadow in...