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_access/README.xml | 32 +++++------------- modules/pam_access/access.conf.5.xml | 20 +++++------- modules/pam_access/pam_access.8.xml | 63 +++++++++++++++++------------------- 3 files changed, 46 insertions(+), 69 deletions(-) (limited to 'modules/pam_access') diff --git a/modules/pam_access/README.xml b/modules/pam_access/README.xml index 8c7d078b..408aed00 100644 --- a/modules/pam_access/README.xml +++ b/modules/pam_access/README.xml @@ -1,39 +1,23 @@ - - ---> - -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_access.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_access-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_access.8.xml" xpointer='xpointer(id("pam_access-name")/*)'/> - +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_access/access.conf.5.xml b/modules/pam_access/access.conf.5.xml index 8fdbc31d..ff1cb223 100644 --- a/modules/pam_access/access.conf.5.xml +++ b/modules/pam_access/access.conf.5.xml @@ -1,8 +1,4 @@ - - - - + access.conf @@ -16,7 +12,7 @@ - + DESCRIPTION The /etc/security/access.conf file specifies @@ -126,7 +122,7 @@ - + EXAMPLES These are some example lines which might be specified in @@ -135,7 +131,7 @@ User root should be allowed to get access via - cron, X11 terminal :0, + cron, X11 terminal :0, tty1, ..., tty5, tty6. @@ -216,7 +212,7 @@ - + NOTES The default separators of list items in a field are space, ',', and tabulator @@ -228,7 +224,7 @@ - + SEE ALSO pam_access8, @@ -237,7 +233,7 @@ - + AUTHORS Original login.access5 @@ -250,4 +246,4 @@ introduced by Mike Becher <mike.becher@lrz-muenchen.de>. - + \ No newline at end of file diff --git a/modules/pam_access/pam_access.8.xml b/modules/pam_access/pam_access.8.xml index db853410..010e749e 100644 --- a/modules/pam_access/pam_access.8.xml +++ b/modules/pam_access/pam_access.8.xml @@ -1,16 +1,13 @@ - - - - + pam_access 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_access PAM module for logdaemon style login access control @@ -20,31 +17,31 @@ - + pam_access.so - + debug - + nodefgroup - + noaudit - + accessfile=file - + fieldsep=sep - + listsep=sep - + DESCRIPTION The pam_access PAM module is mainly for access management. @@ -92,13 +89,13 @@ - + OPTIONS - + accessfile=/path/to/access.conf @@ -111,7 +108,7 @@ - + debug @@ -123,7 +120,7 @@ - + noaudit @@ -134,19 +131,19 @@ - + fieldsep=separators This option modifies the field separator character that pam_access will recognize when parsing the access configuration file. For example: - fieldsep=| will cause the + fieldsep=| will cause the default `:' character to be treated as part of a field value and `|' becomes the field separator. Doing this may be useful in conjunction with a system that wants to use pam_access with X based applications, since the - PAM_TTY item is likely to be + PAM_TTY item is likely to be of the form "hostname:0" which includes a `:' character in its value. But you should not need this. @@ -155,14 +152,14 @@ - + listsep=separators This option modifies the list separator character that pam_access will recognize when parsing the access configuration file. For example: - listsep=, will cause the + listsep=, will cause the default ` ' (space) and `\t' (tab) characters to be treated as part of a list element value and `,' becomes the only list element separator. Doing this may be useful on a system @@ -175,7 +172,7 @@ - + nodefgroup @@ -190,7 +187,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -198,7 +195,7 @@ - + RETURN VALUES @@ -244,17 +241,17 @@ - + FILES - /etc/security/access.conf + /etc/security/access.conf Default configuration file - %vendordir%/security/access.conf + %vendordir%/security/access.conf Default configuration file if /etc/security/access.conf does not exist. @@ -263,7 +260,7 @@ - + SEE ALSO @@ -278,7 +275,7 @@ - + AUTHORS The logdaemon style login access control scheme was designed and implemented by @@ -289,4 +286,4 @@ was developed and provided by Mike Becher <mike.becher@lrz-muenchen.de>. - + \ No newline at end of file -- cgit v1.2.3