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_echo/README.xml | 29 ++++++++------------------ modules/pam_echo/pam_echo.8.xml | 45 +++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 45 deletions(-) (limited to 'modules/pam_echo') diff --git a/modules/pam_echo/README.xml b/modules/pam_echo/README.xml index b1556e38..ceecf9ef 100644 --- a/modules/pam_echo/README.xml +++ b/modules/pam_echo/README.xml @@ -1,36 +1,23 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_echo.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_echo-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_echo.8.xml" xpointer='xpointer(id("pam_echo-name")/*)'/> - +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_echo/pam_echo.8.xml b/modules/pam_echo/pam_echo.8.xml index ef76b022..07b793d9 100644 --- a/modules/pam_echo/pam_echo.8.xml +++ b/modules/pam_echo/pam_echo.8.xml @@ -1,15 +1,12 @@ - - - - + pam_echo 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_echo PAM module for printing text messages @@ -17,15 +14,15 @@ - + pam_echo.so - + file=/path/message - + DESCRIPTION The pam_echo PAM module is for printing @@ -35,37 +32,37 @@ - %H + %H The name of the remote host (PAM_RHOST). - %h + %h The name of the local host. - %s + %s The service name (PAM_SERVICE). - %t + %t The name of the controlling terminal (PAM_TTY). - %U + %U The remote user name (PAM_RUSER). - %u + %u The local user name (PAM_USER). @@ -79,12 +76,12 @@ - + OPTIONS - + file=/path/message @@ -96,7 +93,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -106,7 +103,7 @@ - + RETURN VALUES @@ -137,7 +134,7 @@ - + EXAMPLES For an example of the use of this module, we show how it may be @@ -150,7 +147,7 @@ password required pam_unix.so - SEE ALSO + SEE ALSO pam.conf8 @@ -163,8 +160,8 @@ password required pam_unix.so - + AUTHOR Thorsten Kukuk <kukuk@thkukuk.de> - + \ No newline at end of file -- cgit v1.2.3