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

authentication failure (wrong key) #127

Closed thbtcllt closed 5 years ago

thbtcllt commented 5 years ago

Since commit ae6e90a6efeeec95b1d2bd85f7bcd5183482a257 authentication is no more possible.

The issue is due to the following change

So a configuration like auth required /lib/security/pam_tacplus.so debug server=1.1.1.1 secret=SECRET-1 does not work anymore (the secret SECRET-1 is no more set for the server 1.1.1.1)