diff --git a/ChangeLog b/ChangeLog index 2ad14fc4..f93bc50e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-17 Nicolas François + + * man/chpasswd.8.xml: Document that chpasswd does not use PAM to + update the passwords. This fixes http://bugs.debian.org/396726. + Debian patch 411_chpasswd_document_no_pam. + 2007-11-17 Nicolas François * NEWS, src/su.c: Avoid terminating the PAM library in the forked diff --git a/man/chpasswd.8.xml b/man/chpasswd.8.xml index 9fad52f6..f3eafb7e 100644 --- a/man/chpasswd.8.xml +++ b/man/chpasswd.8.xml @@ -79,6 +79,13 @@ Remember to set permissions or umask to prevent readability of unencrypted files by other users. + + chpasswd does not use PAM to update the passwords. + Thus, It only updates the passwords from the + /etc/passwd and /etc/shadow + databases, and does not support the various checks provided by PAM + modules. +