You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: