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_localuser/README.xml | 32 +++++++----------------- modules/pam_localuser/pam_localuser.8.xml | 41 ++++++++++++++----------------- 2 files changed, 28 insertions(+), 45 deletions(-) (limited to 'modules/pam_localuser') diff --git a/modules/pam_localuser/README.xml b/modules/pam_localuser/README.xml index 4ab56d9d..f1b05d1a 100644 --- a/modules/pam_localuser/README.xml +++ b/modules/pam_localuser/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_localuser.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_localuser-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_localuser.8.xml" xpointer='xpointer(id("pam_localuser-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_localuser/pam_localuser.8.xml b/modules/pam_localuser/pam_localuser.8.xml index b3c1886b..2002d1d6 100644 --- a/modules/pam_localuser/pam_localuser.8.xml +++ b/modules/pam_localuser/pam_localuser.8.xml @@ -1,33 +1,30 @@ - - - - + pam_localuser 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_localuser require users to be listed in /etc/passwd - + pam_localuser.so - + debug - + file=/path/passwd - + DESCRIPTION @@ -47,7 +44,7 @@ - + OPTIONS @@ -55,7 +52,7 @@ - + debug @@ -66,7 +63,7 @@ - + file=/path/passwd @@ -80,7 +77,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -88,7 +85,7 @@ - + RETURN VALUES @@ -153,7 +150,7 @@ - + EXAMPLES Add the following lines to /etc/pam.d/su to @@ -165,11 +162,11 @@ account required pam_wheel.so - + FILES - /etc/passwd + /etc/passwd Local user account information. @@ -177,7 +174,7 @@ account required pam_wheel.so - + SEE ALSO @@ -192,11 +189,11 @@ account required pam_wheel.so - + AUTHOR pam_localuser was written by Nalin Dahyabhai <nalin@redhat.com>. - + \ No newline at end of file -- cgit v1.2.3