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 100 forks source link

Enable libtac diagnostics to stderr #178

Open kravietz opened 2 years ago

kravietz commented 2 years ago

Currently the TACSYSLOG macro only output diagnostic information to syslog, which is inconvenient in testing. Add option to log the same data to stderr.