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.
Currently the TACSYSLOG macro only output diagnostic information to syslog, which is inconvenient in testing. Add option to log the same data to stderr.
Currently the
TACSYSLOG
macro only output diagnostic information tosyslog
, which is inconvenient in testing. Add option to log the same data tostderr
.