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_debug/README.xml | 32 ++++++-------------- modules/pam_debug/pam_debug.8.xml | 61 +++++++++++++++++++-------------------- 2 files changed, 38 insertions(+), 55 deletions(-) (limited to 'modules/pam_debug') diff --git a/modules/pam_debug/README.xml b/modules/pam_debug/README.xml index ef41911b..cdcec7f4 100644 --- a/modules/pam_debug/README.xml +++ b/modules/pam_debug/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_debug.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_debug-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_debug.8.xml" xpointer='xpointer(id("pam_debug-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_debug/pam_debug.8.xml b/modules/pam_debug/pam_debug.8.xml index 3d85f4d8..1c98f17e 100644 --- a/modules/pam_debug/pam_debug.8.xml +++ b/modules/pam_debug/pam_debug.8.xml @@ -1,51 +1,48 @@ - - - - + pam_debug 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_debug PAM module to debug the PAM stack - + pam_debug.so - + auth=value - + cred=value - + acct=value - + prechauthtok=value - + chauthtok=value - + auth=value - + open_session=value - + close_session=value - + DESCRIPTION The pam_debug PAM module is intended as a debugging aide for @@ -54,12 +51,12 @@ - + OPTIONS - + auth=value @@ -73,7 +70,7 @@ - + cred=value @@ -87,7 +84,7 @@ - + acct=value @@ -101,7 +98,7 @@ - + prechauthtok=value @@ -116,7 +113,7 @@ - + chauthtok=value @@ -126,13 +123,13 @@ function will return value if the PAM_PRELIM_CHECK flag is - not set. + not set. - + open_session=value @@ -146,7 +143,7 @@ - + close_session=value @@ -171,7 +168,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -179,7 +176,7 @@ - + RETURN VALUES @@ -194,7 +191,7 @@ - + EXAMPLES auth requisite pam_permit.so @@ -206,7 +203,7 @@ auth sufficient pam_debug.so auth=success cred=success - + SEE ALSO @@ -221,11 +218,11 @@ auth sufficient pam_debug.so auth=success cred=success - + AUTHOR pam_debug was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file -- cgit v1.2.3