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.
This commit is contained in:
parent
7eed43550c
commit
77bfba3017
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* 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 <nicolas.francois@centraliens.net>
|
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* NEWS, src/su.c: Avoid terminating the PAM library in the forked
|
* NEWS, src/su.c: Avoid terminating the PAM library in the forked
|
||||||
|
@ -79,6 +79,13 @@
|
|||||||
Remember to set permissions or umask to prevent readability of
|
Remember to set permissions or umask to prevent readability of
|
||||||
unencrypted files by other users.
|
unencrypted files by other users.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
<command>chpasswd</command> does not use PAM to update the passwords.
|
||||||
|
Thus, It only updates the passwords from the
|
||||||
|
<filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>
|
||||||
|
databases, and does not support the various checks provided by PAM
|
||||||
|
modules.
|
||||||
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1 id='see_also'>
|
<refsect1 id='see_also'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user