unix_chkpwd.8 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. '\" t
  2. .\" Title: unix_chkpwd
  3. .\" Author: [see the "AUTHOR" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
  5. .\" Date: 09/03/2021
  6. .\" Manual: Linux-PAM Manual
  7. .\" Source: Linux-PAM Manual
  8. .\" Language: English
  9. .\"
  10. .TH "UNIX_CHKPWD" "8" "09/03/2021" "Linux-PAM Manual" "Linux\-PAM Manual"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. unix_chkpwd \- Helper binary that verifies the password of the current user
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBunix_chkpwd\fR\ 'u
  34. \fBunix_chkpwd\fR [\&.\&.\&.]
  35. .SH "DESCRIPTION"
  36. .PP
  37. \fIunix_chkpwd\fR
  38. is a helper program for the
  39. \fIpam_unix\fR
  40. module that verifies the password of the current user\&. It also checks password and account expiration dates in
  41. \fIshadow\fR\&. It is not intended to be run directly from the command line and logs a security violation if done so\&.
  42. .PP
  43. It is typically installed setuid root or setgid shadow\&.
  44. .PP
  45. The interface of the helper \- command line options, and input/output data format are internal to the
  46. \fIpam_unix\fR
  47. module and it should not be called directly from applications\&.
  48. .SH "SEE ALSO"
  49. .PP
  50. \fBpam_unix\fR(8)
  51. .SH "AUTHOR"
  52. .PP
  53. Written by Andrew Morgan and other various people\&.