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_group/README.xml | 29 +++++++---------------------- modules/pam_group/group.conf.5.xml | 19 ++++++++----------- modules/pam_group/pam_group.8.xml | 31 ++++++++++++++----------------- 3 files changed, 29 insertions(+), 50 deletions(-) (limited to 'modules/pam_group') diff --git a/modules/pam_group/README.xml b/modules/pam_group/README.xml index 387d6987..8ccd55d0 100644 --- a/modules/pam_group/README.xml +++ b/modules/pam_group/README.xml @@ -1,34 +1,19 @@ - - ---> - -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_group.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_group-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_group.8.xml" xpointer='xpointer(id("pam_group-name")/*)'/> - +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_group/group.conf.5.xml b/modules/pam_group/group.conf.5.xml index 2b7fb345..a8875b30 100644 --- a/modules/pam_group/group.conf.5.xml +++ b/modules/pam_group/group.conf.5.xml @@ -1,13 +1,10 @@ - - - - + group.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual @@ -15,7 +12,7 @@ configuration file for the pam_group module - + DESCRIPTION @@ -98,7 +95,7 @@ - + EXAMPLES These are some example lines which might be specified in @@ -129,7 +126,7 @@ xsh; tty* ;%admin;Al0000-2400;plugdev - + SEE ALSO pam_group8, @@ -138,10 +135,10 @@ xsh; tty* ;%admin;Al0000-2400;plugdev - + AUTHOR pam_group was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file diff --git a/modules/pam_group/pam_group.8.xml b/modules/pam_group/pam_group.8.xml index e4a59dfd..695a7baf 100644 --- a/modules/pam_group/pam_group.8.xml +++ b/modules/pam_group/pam_group.8.xml @@ -1,16 +1,13 @@ - - - - + pam_group 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_group PAM module for group access @@ -20,13 +17,13 @@ - + pam_group.so - + DESCRIPTION The pam_group PAM module does not authenticate the user, but instead @@ -64,19 +61,19 @@ - + OPTIONS This module does not recognise any options. - + MODULE TYPES PROVIDED Only the module type is provided. - + RETURN VALUES @@ -130,11 +127,11 @@ - + FILES - /etc/security/group.conf + /etc/security/group.conf Default configuration file @@ -142,7 +139,7 @@ - + SEE ALSO @@ -157,10 +154,10 @@ - + AUTHORS pam_group was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file -- cgit v1.2.3