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_wheel/README.xml | 32 ++++++--------------- modules/pam_wheel/pam_wheel.8.xml | 59 +++++++++++++++++++-------------------- 2 files changed, 37 insertions(+), 54 deletions(-) (limited to 'modules/pam_wheel') diff --git a/modules/pam_wheel/README.xml b/modules/pam_wheel/README.xml index 9e33d7ff..e40c46e8 100644 --- a/modules/pam_wheel/README.xml +++ b/modules/pam_wheel/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_wheel.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_wheel-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_wheel.8.xml" xpointer='xpointer(id("pam_wheel-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml index ee8c7d26..af0fd619 100644 --- a/modules/pam_wheel/pam_wheel.8.xml +++ b/modules/pam_wheel/pam_wheel.8.xml @@ -1,45 +1,42 @@ - - - - + pam_wheel 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_wheel Only permit root access to members of group wheel - + pam_wheel.so - + debug - + deny - + group=name - + root_only - + trust - + use_uid - + DESCRIPTION The pam_wheel PAM module is used to enforce the so-called @@ -47,16 +44,16 @@ access to the target user if the applicant user is a member of the wheel group. If no group with this name exist, the module is using the group with the group-ID - 0. + 0. - + OPTIONS - + debug @@ -66,7 +63,7 @@ - + deny @@ -81,7 +78,7 @@ - + group=name @@ -93,7 +90,7 @@ - + root_only @@ -104,7 +101,7 @@ - + trust @@ -118,7 +115,7 @@ - + use_uid @@ -131,15 +128,15 @@ - + MODULE TYPES PROVIDED - The auth and - account module types are provided. + The auth and + account module types are provided. - + RETURN VALUES @@ -204,7 +201,7 @@ - + EXAMPLES The root account gains access by default (rootok), only wheel @@ -218,7 +215,7 @@ su auth required pam_unix.so - + SEE ALSO @@ -233,11 +230,11 @@ su auth required pam_unix.so - + AUTHOR pam_wheel was written by Cristian Gafton <gafton@redhat.com>. - + \ No newline at end of file -- cgit v1.2.3