logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

unix_chkpwd - Helper binary that verifies the password of the current user

Author

       Written by Andrew Morgan and other various people.

Linux-PAM                                          07/03/2025                                     UNIX_CHKPWD(8)

Description

unix_chkpwd is a helper program for the pam_unix module that verifies the password of the current user.
       It also checks password and account expiration dates in shadow. It is not intended to be run directly
       from the command line and logs a security violation if done so.

       It is typically installed setuid root or setgid shadow.

       The interface of the helper - command line options, and input/output data format are internal to the
       pam_unix module and it should not be called directly from applications.

Name

       unix_chkpwd - Helper binary that verifies the password of the current user

See Also

pam_unix(8)

Synopsis

unix_chkpwd [...]

See Also