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_pwhistory/README.xml | 32 ++++---------- modules/pam_pwhistory/pam_pwhistory.8.xml | 65 +++++++++++++--------------- modules/pam_pwhistory/pwhistory.conf.5.xml | 39 ++++++++--------- modules/pam_pwhistory/pwhistory_helper.8.xml | 23 +++++----- 4 files changed, 68 insertions(+), 91 deletions(-) (limited to 'modules/pam_pwhistory') diff --git a/modules/pam_pwhistory/README.xml b/modules/pam_pwhistory/README.xml index f048e321..194edbc7 100644 --- a/modules/pam_pwhistory/README.xml +++ b/modules/pam_pwhistory/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_pwhistory.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_pwhistory-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_pwhistory.8.xml" xpointer='xpointer(id("pam_pwhistory-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_pwhistory/pam_pwhistory.8.xml b/modules/pam_pwhistory/pam_pwhistory.8.xml index 2a8fa7f6..62848666 100644 --- a/modules/pam_pwhistory/pam_pwhistory.8.xml +++ b/modules/pam_pwhistory/pam_pwhistory.8.xml @@ -1,52 +1,49 @@ - - - - + pam_pwhistory 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_pwhistory PAM module to remember last passwords - + pam_pwhistory.so - + debug - + use_authtok - + enforce_for_root - + remember=N - + retry=N - + authtok_type=STRING - + file=/path/filename - + conf=/path/to/config-file - + DESCRIPTION @@ -64,12 +61,12 @@ - + OPTIONS - + debug @@ -82,7 +79,7 @@ - + use_authtok @@ -95,7 +92,7 @@ - + enforce_for_root @@ -105,7 +102,7 @@ - + remember=N @@ -119,7 +116,7 @@ - + retry=N @@ -132,7 +129,7 @@ - + authtok_type=STRING @@ -145,7 +142,7 @@ - + file=/path/filename @@ -158,7 +155,7 @@ - + conf=/path/to/config-file @@ -178,14 +175,14 @@ - + MODULE TYPES PROVIDED Only the module type is provided. - + RETURN VALUES @@ -224,7 +221,7 @@ - + EXAMPLES An example password section would be: @@ -245,11 +242,11 @@ password required pam_unix.so use_authtok - + FILES - /etc/security/opasswd + /etc/security/opasswd Default file with password history @@ -257,7 +254,7 @@ password required pam_unix.so use_authtok - + SEE ALSO @@ -278,11 +275,11 @@ password required pam_unix.so use_authtok - + AUTHOR pam_pwhistory was written by Thorsten Kukuk <kukuk@thkukuk.de> - + \ No newline at end of file diff --git a/modules/pam_pwhistory/pwhistory.conf.5.xml b/modules/pam_pwhistory/pwhistory.conf.5.xml index bac5ffed..2a2dfd3a 100644 --- a/modules/pam_pwhistory/pwhistory.conf.5.xml +++ b/modules/pam_pwhistory/pwhistory.conf.5.xml @@ -1,25 +1,22 @@ - - - - + pwhistory.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pwhistory.conf pam_pwhistory configuration file - + DESCRIPTION - pwhistory.conf provides a way to configure the + pwhistory.conf provides a way to configure the default settings for saving the last passwords for each user. This file is read by the pam_pwhistory module and is the preferred method over configuring pam_pwhistory directly. @@ -31,13 +28,13 @@ - + OPTIONS - + debug @@ -50,7 +47,7 @@ - + enforce_for_root @@ -60,7 +57,7 @@ - + remember=N @@ -74,7 +71,7 @@ - + retry=N @@ -85,7 +82,7 @@ - + file=/path/filename @@ -99,7 +96,7 @@ - + EXAMPLES /etc/security/pwhistory.conf file example: @@ -111,11 +108,11 @@ file=/tmp/opasswd - + FILES - /etc/security/pwhistory.conf + /etc/security/pwhistory.conf the config file for custom options @@ -123,7 +120,7 @@ file=/tmp/opasswd - + SEE ALSO @@ -144,7 +141,7 @@ file=/tmp/opasswd - + AUTHOR pam_pwhistory was written by Thorsten Kukuk. The support for @@ -152,4 +149,4 @@ file=/tmp/opasswd - + \ No newline at end of file diff --git a/modules/pam_pwhistory/pwhistory_helper.8.xml b/modules/pam_pwhistory/pwhistory_helper.8.xml index a0301764..8370a485 100644 --- a/modules/pam_pwhistory/pwhistory_helper.8.xml +++ b/modules/pam_pwhistory/pwhistory_helper.8.xml @@ -1,30 +1,27 @@ - - - - + pwhistory_helper 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pwhistory_helper Helper binary that transfers password hashes from passwd or shadow to opasswd - + pwhistory_helper - + ... - + DESCRIPTION @@ -48,7 +45,7 @@ - + SEE ALSO @@ -57,7 +54,7 @@ - + AUTHOR Written by Tomas Mraz based on the code originally in @@ -65,4 +62,4 @@ - + \ No newline at end of file -- cgit v1.2.3