From: nekral-guest Date: Sat, 11 Apr 2009 23:32:00 +0000 (+0000) Subject: * man/passwd.1.xml: Document that passwd uses PAM to authenticate X-Git-Tag: 4.1.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0f4fa50990e33f15760e32de8d1f1515c6bbec;p=thirdparty%2Fshadow.git * man/passwd.1.xml: Document that passwd uses PAM to authenticate and change passwords on PAM-enabled builds. --- diff --git a/ChangeLog b/ChangeLog index 972420500..ddc9ec092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-12 Nicolas François + + * man/passwd.1.xml: Document that passwd uses PAM to authenticate + and change passwords on PAM-enabled builds. + 2009-04-12 Nicolas François * src/newusers.c: Add more information to the mkdir and chown diff --git a/man/passwd.1.xml b/man/passwd.1.xml index 1b5252f3f..5918a9ab3 100644 --- a/man/passwd.1.xml +++ b/man/passwd.1.xml @@ -343,6 +343,10 @@ change their password on a system if NIS is enabled and they are not logged into the NIS server. + + passwd uses PAM to authenticate users and to + change their passwords. +