Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Ubuntu Failing with "Tacacs Session aborted". #191

Open
WECI-Jake opened this issue Dec 2, 2022 · 0 comments
Open

Ubuntu Failing with "Tacacs Session aborted". #191

WECI-Jake opened this issue Dec 2, 2022 · 0 comments

Comments

@WECI-Jake
Copy link

Currently using ISE as our TACACS server. i'm attempting to use libpam_tacplus to allow authentication to ise from our linux servers. I installed it on ubuntu using the apt repo but cannot find any documentation on where to put the server/secret information. Found a 2007 post on a forum somewhere to add it behind the pam_tacplus.so line on each of the common- files. so i did.

This did two things. it locked me out of local user session on ubuntu, and it did reach out to our ise but errored out with an aborted session in the live logs.

all i did was edit these files from all common- files in /etc/pam.d
old:
auth sufficient pam_tacplus.so
new:
auth sufficient pam_tacplus.so server=iseserver01 server=iseserver02 secret=isepassword

If i am failing something very simple in the setup please let me know. I'm not familiar with pam setups and i'm pretty sure i'm self-sabotaging my setup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant