From 465415051895af8fb00c8578626e8a3dc2865cf7 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 9 May 2009 13:15:03 +0000 Subject: [PATCH] * man/passwd.1.xml: Differentiate the files used for PAM and non-PAM versions. --- ChangeLog | 7 ++++++- man/passwd.1.xml | 20 ++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e6c1c5d..482878e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2009-05-07 Nicolas François + + * man/passwd.1.xml: Differentiate the files used for PAM and + non-PAM versions. + 2009-05-07 Nicolas François * man/chpasswd.8.xml: Describe how chpasswd in case of error. * man/chpasswd.8.xml: Describe the PAM enabled chpasswd behavior. * man/chpasswd.8.xml: Differentiate the files and configurations - needed for PAM and non PAM versions. + used for PAM and non-PAM versions. 2009-05-07 Nicolas François diff --git a/man/passwd.1.xml b/man/passwd.1.xml index 4e009026..7508b0c0 100644 --- a/man/passwd.1.xml +++ b/man/passwd.1.xml @@ -386,6 +386,18 @@ Secure user account information. + + /etc/login.defs + + Shadow password suite configuration. + + + + /etc/pam.d/passwd + + PAM configuration for passwd. + + @@ -443,15 +455,15 @@ SEE ALSO - - group5 - , passwd5 , shadow5 - . + , + + login.defs5 + , usermod8 .