From cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 25 Oct 2022 16:29:41 +0200 Subject: doc: Update PAM documentation from DockBook 4 to DocBook 5 Changed files -------------- Make.xml.rules.in: - Using RNG file instead of DTD file for checking XML files. - Taking the correct stylesheet for README files. doc/sag/Makefile.am, doc/adg/Makefile.am, doc/mwg/Makefile.am: - Using RNG file instead of DTD file for checking XML files. configure.ac: - Adding a new option for selecting RNG check file (-enable-docbook-rng) - Switching stylesheets to docbook 5 - Checking DocBook 5 environment instead of DocBook 4 environment *.xml: Update from DockBook 4 to DocBook 5 --- modules/pam_unix/README.xml | 32 ++++---------- modules/pam_unix/pam_unix.8.xml | 89 ++++++++++++++++++-------------------- modules/pam_unix/unix_chkpwd.8.xml | 23 +++++----- modules/pam_unix/unix_update.8.xml | 23 +++++----- 4 files changed, 72 insertions(+), 95 deletions(-) (limited to 'modules/pam_unix') diff --git a/modules/pam_unix/README.xml b/modules/pam_unix/README.xml index 7fd340b3..49a65946 100644 --- a/modules/pam_unix/README.xml +++ b/modules/pam_unix/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_unix.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_unix-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_unix.8.xml" xpointer='xpointer(id("pam_unix-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index 9f9c8185..dfc04274 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -1,30 +1,27 @@ - - - - + pam_unix 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_unix Module for traditional password authentication - + pam_unix.so - + ... - + DESCRIPTION @@ -42,7 +39,7 @@ shadow elements: expire, last_change, max_change, min_change, warn_change. In the case of the latter, it may offer advice to the user on changing their password or, through the - PAM_AUTHTOKEN_REQD return, delay + PAM_AUTHTOKEN_REQD return, delay giving service to the user until they have established a new password. The entries listed above are documented in the shadow5 @@ -89,7 +86,7 @@ The password component of this module performs the task of updating the user's password. The default encryption hash is taken from the - ENCRYPT_METHOD variable from + ENCRYPT_METHOD variable from /etc/login.defs @@ -107,13 +104,13 @@ - + OPTIONS - + debug @@ -127,7 +124,7 @@ - + audit @@ -138,7 +135,7 @@ - + quiet @@ -153,7 +150,7 @@ - + nullok @@ -165,7 +162,7 @@ - + nullresetok @@ -178,7 +175,7 @@ - + try_first_pass @@ -190,7 +187,7 @@ - + use_first_pass @@ -203,7 +200,7 @@ - + nodelay @@ -216,7 +213,7 @@ - + use_authtok @@ -230,7 +227,7 @@ - + authtok_type=type @@ -242,7 +239,7 @@ - + nis @@ -252,7 +249,7 @@ - + remember=n @@ -269,7 +266,7 @@ - + shadow @@ -279,7 +276,7 @@ - + md5 @@ -290,7 +287,7 @@ - + bigcrypt @@ -301,7 +298,7 @@ - + sha256 @@ -315,7 +312,7 @@ - + sha512 @@ -329,7 +326,7 @@ - + blowfish @@ -343,7 +340,7 @@ - + gost_yescrypt @@ -357,7 +354,7 @@ - + yescrypt @@ -371,7 +368,7 @@ - + rounds=n @@ -384,7 +381,7 @@ - + broken_shadow @@ -395,7 +392,7 @@ - + minlen=n @@ -407,7 +404,7 @@ - + no_pass_expiry @@ -418,9 +415,9 @@ meaning that other authentication source or method succeeded. The example can be public key authentication in sshd. The module will return - PAM_SUCCESS instead of eventual - PAM_NEW_AUTHTOK_REQD or - PAM_AUTHTOK_EXPIRED. + PAM_SUCCESS instead of eventual + PAM_NEW_AUTHTOK_REQD or + PAM_AUTHTOK_EXPIRED. @@ -432,7 +429,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -440,7 +437,7 @@ - + RETURN VALUES @@ -454,7 +451,7 @@ - + EXAMPLES An example usage for /etc/pam.d/login @@ -473,7 +470,7 @@ session required pam_unix.so - + SEE ALSO @@ -491,11 +488,11 @@ session required pam_unix.so - + AUTHOR pam_unix was written by various people. - + \ No newline at end of file diff --git a/modules/pam_unix/unix_chkpwd.8.xml b/modules/pam_unix/unix_chkpwd.8.xml index a10dbe33..ca0fa109 100644 --- a/modules/pam_unix/unix_chkpwd.8.xml +++ b/modules/pam_unix/unix_chkpwd.8.xml @@ -1,30 +1,27 @@ - - - - + unix_chkpwd 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + unix_chkpwd Helper binary that verifies the password of the current user - + unix_chkpwd - + ... - + DESCRIPTION @@ -48,7 +45,7 @@ - + SEE ALSO @@ -57,11 +54,11 @@ - + AUTHOR Written by Andrew Morgan and other various people. - + \ No newline at end of file diff --git a/modules/pam_unix/unix_update.8.xml b/modules/pam_unix/unix_update.8.xml index 6c7467b9..1a968652 100644 --- a/modules/pam_unix/unix_update.8.xml +++ b/modules/pam_unix/unix_update.8.xml @@ -1,30 +1,27 @@ - - - - + unix_update 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + unix_update Helper binary that updates the password of a given user - + unix_update - + ... - + DESCRIPTION @@ -48,7 +45,7 @@ - + SEE ALSO @@ -57,11 +54,11 @@ - + AUTHOR Written by Tomas Mraz and other various people. - + \ No newline at end of file -- cgit v1.2.3