kravietz / pam_tacplus

TACACS+ protocol client library and PAM module in C. This PAM module support authentication, authorization (account management) and accounting (session management)performed using TACACS+ protocol designed by Cisco.
GNU Lesser General Public License v3.0
132 stars 102 forks source link

no prompt when using for sudo #183

Open sjborbajr opened 2 years ago

sjborbajr commented 2 years ago

I added this to /etc/pam.d/sudo, and it just shows a blank prompt. auth sufficient pam_tacplus.so server=192.0.2.22 server=192.0.2.72 secret=secret

Last login: Mon Mar 28 09:56:21 2022 from 192.0.2.157 me@server01:~$ sudo ls


I typed in the password and it auth'd; so it works, just no feed back