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_time/README.xml | 29 +++++++------------------- modules/pam_time/pam_time.8.xml | 45 +++++++++++++++++++--------------------- modules/pam_time/time.conf.5.xml | 23 +++++++++----------- 3 files changed, 38 insertions(+), 59 deletions(-) (limited to 'modules/pam_time') diff --git a/modules/pam_time/README.xml b/modules/pam_time/README.xml index 6c11eec1..8a2faa0b 100644 --- a/modules/pam_time/README.xml +++ b/modules/pam_time/README.xml @@ -1,34 +1,19 @@ - - ---> - -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_time.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_time-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_time.8.xml" xpointer='xpointer(id("pam_time-name")/*)'/> - +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_time/pam_time.8.xml b/modules/pam_time/pam_time.8.xml index a33744ea..1fa60a10 100644 --- a/modules/pam_time/pam_time.8.xml +++ b/modules/pam_time/pam_time.8.xml @@ -1,16 +1,13 @@ - - - - + pam_time 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_time PAM module for time control access @@ -20,22 +17,22 @@ - + pam_time.so - + conffile=conf-file - + debug - + noaudit - + DESCRIPTION The pam_time PAM module does not authenticate the user, but instead @@ -62,13 +59,13 @@ - + OPTIONS - + conffile=/path/to/time.conf @@ -79,7 +76,7 @@ - + debug @@ -91,7 +88,7 @@ - + noaudit @@ -103,14 +100,14 @@ - + MODULE TYPES PROVIDED Only the type is provided. - + RETURN VALUES @@ -156,11 +153,11 @@ - + FILES - /etc/security/time.conf + /etc/security/time.conf Default configuration file @@ -168,7 +165,7 @@ - + EXAMPLES #%PAM-1.0 @@ -179,7 +176,7 @@ login account required pam_time.so - + SEE ALSO @@ -194,10 +191,10 @@ login account required pam_time.so - + AUTHOR pam_time was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file diff --git a/modules/pam_time/time.conf.5.xml b/modules/pam_time/time.conf.5.xml index acbe2329..3fe263d5 100644 --- a/modules/pam_time/time.conf.5.xml +++ b/modules/pam_time/time.conf.5.xml @@ -1,13 +1,10 @@ - - - - + time.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual @@ -15,7 +12,7 @@ configuration file for the pam_time module - + DESCRIPTION @@ -43,9 +40,9 @@ In words, each rule occupies a line, terminated with a newline - or the beginning of a comment; a '#'. + or the beginning of a comment; a '#'. It contains four fields separated with semicolons, - ';'. + ';'. @@ -107,7 +104,7 @@ - + EXAMPLES These are some example lines which might be specified in @@ -131,7 +128,7 @@ games ; * ; !waster ; Wd0000-2400 | Wk1800-0800 - + SEE ALSO pam_time8, @@ -140,10 +137,10 @@ games ; * ; !waster ; Wd0000-2400 | Wk1800-0800 - + AUTHOR pam_time was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file -- cgit v1.2.3