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_timestamp/README.xml | 35 +++++----------- modules/pam_timestamp/pam_timestamp.8.xml | 53 ++++++++++++------------- modules/pam_timestamp/pam_timestamp_check.8.xml | 45 ++++++++++----------- 3 files changed, 56 insertions(+), 77 deletions(-) (limited to 'modules/pam_timestamp') diff --git a/modules/pam_timestamp/README.xml b/modules/pam_timestamp/README.xml index 5b72deb1..fe01080b 100644 --- a/modules/pam_timestamp/README.xml +++ b/modules/pam_timestamp/README.xml @@ -1,46 +1,31 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_timestamp.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_timestamp-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_timestamp.8.xml" xpointer='xpointer(id("pam_timestamp-name")/*)'/> - +
- +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_timestamp/pam_timestamp.8.xml b/modules/pam_timestamp/pam_timestamp.8.xml index 83e5aea8..a763ad86 100644 --- a/modules/pam_timestamp/pam_timestamp.8.xml +++ b/modules/pam_timestamp/pam_timestamp.8.xml @@ -1,39 +1,36 @@ - - - - + pam_timestamp 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_timestamp Authenticate using cached successful authentication attempts - + pam_timestamp.so - + timestampdir=directory - + timestamp_timeout=number - + verbose - + debug - + DESCRIPTION @@ -52,18 +49,18 @@ file as grounds for succeeding. The default encryption hash is taken from the - HMAC_CRYPTO_ALGO variable from + HMAC_CRYPTO_ALGO variable from /etc/login.defs. - + OPTIONS - + timestampdir=directory @@ -74,7 +71,7 @@ file as grounds for succeeding. - + timestamp_timeout=number @@ -86,7 +83,7 @@ file as grounds for succeeding. - + verbose @@ -96,7 +93,7 @@ file as grounds for succeeding. - + debug @@ -109,7 +106,7 @@ file as grounds for succeeding. - + MODULE TYPES PROVIDED The and @@ -117,7 +114,7 @@ file as grounds for succeeding. - + RETURN VALUES @@ -148,7 +145,7 @@ file as grounds for succeeding. - + NOTES Users can get confused when they are not always asked for passwords when @@ -157,7 +154,7 @@ noticing that it is not being asked for. - + EXAMPLES auth sufficient pam_timestamp.so verbose @@ -168,11 +165,11 @@ session optional pam_timestamp.so - + FILES - /var/run/pam_timestamp/... + /var/run/pam_timestamp/... timestamp files and directories @@ -180,7 +177,7 @@ session optional pam_timestamp.so - + SEE ALSO @@ -198,11 +195,11 @@ session optional pam_timestamp.so - + AUTHOR pam_timestamp was written by Nalin Dahyabhai. - + \ No newline at end of file diff --git a/modules/pam_timestamp/pam_timestamp_check.8.xml b/modules/pam_timestamp/pam_timestamp_check.8.xml index 3a65d7ef..f0c09560 100644 --- a/modules/pam_timestamp/pam_timestamp_check.8.xml +++ b/modules/pam_timestamp/pam_timestamp_check.8.xml @@ -1,36 +1,33 @@ - - - - + pam_timestamp_check 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_timestamp_check Check to see if the default timestamp is valid - + pam_timestamp_check - + -k - + -d - + target_user - + DESCRIPTION @@ -40,13 +37,13 @@ see if the default timestamp is valid, or optionally remove it. - + OPTIONS - + -k @@ -57,7 +54,7 @@ see if the default timestamp is valid, or optionally remove it. - + -d @@ -69,7 +66,7 @@ see if the default timestamp is valid, or optionally remove it. - + target_user @@ -85,7 +82,7 @@ see if the default timestamp is valid, or optionally remove it. - + RETURN VALUES @@ -147,7 +144,7 @@ see if the default timestamp is valid, or optionally remove it. - + NOTES Users can get confused when they are not always asked for passwords when @@ -156,7 +153,7 @@ noticing that it is not being asked for. - + EXAMPLES auth sufficient pam_timestamp.so verbose @@ -167,11 +164,11 @@ session optional pam_timestamp.so - + FILES - /var/run/sudo/... + /var/run/sudo/... timestamp files and directories @@ -179,7 +176,7 @@ session optional pam_timestamp.so - + SEE ALSO @@ -197,11 +194,11 @@ session optional pam_timestamp.so - + AUTHOR pam_timestamp was written by Nalin Dahyabhai. - + \ No newline at end of file -- cgit v1.2.3