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_env/README.xml | 34 +++++--------------- modules/pam_env/pam_env.8.xml | 63 ++++++++++++++++++-------------------- modules/pam_env/pam_env.conf.5.xml | 19 +++++------- 3 files changed, 46 insertions(+), 70 deletions(-) (limited to 'modules/pam_env') diff --git a/modules/pam_env/README.xml b/modules/pam_env/README.xml index 21a9b855..8becf870 100644 --- a/modules/pam_env/README.xml +++ b/modules/pam_env/README.xml @@ -1,39 +1,21 @@ - - ---> - -]> - -
- - +
+ - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_env.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_env-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_env.8.xml" xpointer='xpointer(id("pam_env-name")/*)'/> - - +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index d7687d6c..fb172e17 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -1,16 +1,13 @@ - - - - + pam_env 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_env PAM module to set/unset environment variables @@ -20,31 +17,31 @@ - + pam_env.so - + debug - + conffile=conf-file - + envfile=env-file - + readenv=0|1 - + user_envfile=env-file - + user_readenv=0|1 - + DESCRIPTION The pam_env PAM module allows the (un)setting of environment @@ -119,13 +116,13 @@ - + OPTIONS - + conffile=/path/to/pam_env.conf @@ -138,7 +135,7 @@ - + debug @@ -150,7 +147,7 @@ - + envfile=/path/to/environment @@ -166,7 +163,7 @@ - + readenv=0|1 @@ -179,7 +176,7 @@ - + user_envfile=filename @@ -195,7 +192,7 @@ - + user_readenv=0|1 @@ -216,7 +213,7 @@ - + MODULE TYPES PROVIDED The and module @@ -224,7 +221,7 @@ - + RETURN VALUES @@ -262,25 +259,25 @@ - + FILES - /usr/etc/security/pam_env.conf - /etc/security/pam_env.conf + %vendordir%/security/pam_env.conf + /etc/security/pam_env.conf Default configuration file - /usr/etc/environment - /etc/environment + %vendordir%/environment + /etc/environment Default environment file - $HOME/.pam_environment + $HOME/.pam_environment User specific environment file @@ -288,7 +285,7 @@ - + SEE ALSO @@ -306,10 +303,10 @@ - + AUTHOR pam_env was written by Dave Kinchlea <kinch@kinch.ark.com>. - + \ No newline at end of file diff --git a/modules/pam_env/pam_env.conf.5.xml b/modules/pam_env/pam_env.conf.5.xml index 5c0dbcb8..662ff0a0 100644 --- a/modules/pam_env/pam_env.conf.5.xml +++ b/modules/pam_env/pam_env.conf.5.xml @@ -1,13 +1,10 @@ - - - - + pam_env.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual @@ -17,7 +14,7 @@ - + DESCRIPTION @@ -87,7 +84,7 @@ - + EXAMPLES These are some example lines which might be specified in @@ -133,7 +130,7 @@ - + SEE ALSO pam_env8, @@ -143,10 +140,10 @@ - + AUTHOR pam_env was written by Dave Kinchlea <kinch@kinch.ark.com>. - + \ No newline at end of file -- cgit v1.2.3