diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2012-08-16 15:46:56 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2012-08-16 15:46:56 +0200 |
commit | c62981a43a7da5d7c10e432874e7c66b47a4f363 (patch) | |
tree | c0d4d476aca0ecca293fccccce798718d489b506 /modules/pam_unix/pam_unix.8.xml | |
parent | 5fccc33d3f2aa476293505fa7dace98495dccaee (diff) | |
download | pam-c62981a43a7da5d7c10e432874e7c66b47a4f363.tar.gz pam-c62981a43a7da5d7c10e432874e7c66b47a4f363.tar.bz2 pam-c62981a43a7da5d7c10e432874e7c66b47a4f363.zip |
Small documentation and define fixes
modules/pam_limits/limits.conf.5.xml: Document race of maxlogins [#10]
modules/pam_namespace/pam_namespace.h: Define MS_SLAVE if necessary
modules/pam_pwhistory/pam_pwhistory.c: Document how the module works
modules/pam_unix/pam_unix.8.xml: Document remember option obsoleted by pam_pwhistory [#6]
Diffstat (limited to 'modules/pam_unix/pam_unix.8.xml')
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index c272e3ce..0a42d7a3 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -223,6 +223,8 @@ user are saved in <filename>/etc/security/opasswd</filename> in order to force password change history and keep the user from alternating between the same password too frequently. + Instead of this option the <command>pam_pwhistory</command> + module should be used. </para> </listitem> </varlistentry> |