From: nekral-guest Date: Sat, 17 Nov 2007 17:31:54 +0000 (+0000) Subject: Document that chpasswd does not use PAM to update the passwords. This fixes X-Git-Tag: 4.1.0~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77bfba3017b430873f02214bcf5a6189935e5ca9;p=thirdparty%2Fshadow.git 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. --- diff --git a/ChangeLog b/ChangeLog index 2ad14fc44..f93bc50e7 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 9fad52f64..f3eafb7ed 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. +