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

Is password change supported in pam_tacplus #200

Open aniruddha-a opened 1 year ago

aniruddha-a commented 1 year ago

Hello,

If I want to let users change their password (a policy to change password after a specified time period), Can that be done with pam_tacplus/libtacplus ? Reference: https://datatracker.ietf.org/doc/html/rfc8907#section-5.4.2.7

Does this depend on the TACACS+ server also ? I am using this: https://www.shrubbery.net/tac_plus/ for server.