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
130 stars 97 forks source link

Updated functionality for source address, timeout, retry #159

Open akhileshsingh-saithwar opened 3 years ago

akhileshsingh-saithwar commented 3 years ago

Added timeout/server configutation. 2. Added retry counter of 3 per server. 3. Added debug log messages. 4. Added encrypition/decryption for secrete key. 5. Added support to add source address in the configuration file. 6. Added error messages if the secrete key is not configured, server not configured.