Closed lmcbmai closed 3 years ago
I assume that the configuration in your lib pam is not correct. Please make sure that it contains both "server" and "secret" entry: i.e: auth requisite /usr/lib/security/pam_tacplus.so server=... secret=...
Configuration issue
I am trying to configure Ubuntu 18.04.2 LTS to "talk" to Cisco ISE. I followed the instructions from https://github.com/jeroennijhof/pam_tacplus and was able to successfully compile and install the files. tacc works fine:
However, all my attempts to SSH to Ubuntu server fail. After looking into the traces I can see that during login Ubuntu does not encrypt user credentials and sends them to ISE as an open text. ISE server does not expects that and returns "possibly mismatched Shared Secrets" error.
Unfortunately installation instruction does not specify which file should contain Example configuration. I added it to /etc/pam.d/tacacs, but what about /etc/pam.d/login ? Should I update this file as well?
Thanks