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_faillock/README.xml | 35 +++++---------- modules/pam_faillock/faillock.8.xml | 41 ++++++++---------- modules/pam_faillock/faillock.conf.5.xml | 53 +++++++++++------------ modules/pam_faillock/pam_faillock.8.xml | 74 +++++++++++++++----------------- 4 files changed, 89 insertions(+), 114 deletions(-) (limited to 'modules/pam_faillock') diff --git a/modules/pam_faillock/README.xml b/modules/pam_faillock/README.xml index f0654dbe..a62c917a 100644 --- a/modules/pam_faillock/README.xml +++ b/modules/pam_faillock/README.xml @@ -1,46 +1,31 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_faillock.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_faillock-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_faillock.8.xml" xpointer='xpointer(id("pam_faillock-name")/*)'/> - +
- +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_faillock/faillock.8.xml b/modules/pam_faillock/faillock.8.xml index 81d2107c..74440fc8 100644 --- a/modules/pam_faillock/faillock.8.xml +++ b/modules/pam_faillock/faillock.8.xml @@ -1,36 +1,33 @@ - - - - + faillock 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + faillock Tool for displaying and modifying the authentication failure record files - + faillock - + --dir /path/to/tally-directory - + --user username - + --reset - + DESCRIPTION @@ -51,13 +48,13 @@ - + OPTIONS - + --conf /path/to/config-file @@ -68,7 +65,7 @@ - + --dir /path/to/tally-directory @@ -85,7 +82,7 @@ - + --user username @@ -95,7 +92,7 @@ - + --reset @@ -106,11 +103,11 @@ - + FILES - /var/run/faillock/* + /var/run/faillock/* the files logging the authentication failures for users @@ -118,7 +115,7 @@ - + SEE ALSO @@ -130,11 +127,11 @@ - + AUTHOR faillock was written by Tomas Mraz. - + \ No newline at end of file diff --git a/modules/pam_faillock/faillock.conf.5.xml b/modules/pam_faillock/faillock.conf.5.xml index 8faa5915..cc750fbf 100644 --- a/modules/pam_faillock/faillock.conf.5.xml +++ b/modules/pam_faillock/faillock.conf.5.xml @@ -1,25 +1,22 @@ - - - - + faillock.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + faillock.conf pam_faillock configuration file - + DESCRIPTION - faillock.conf provides a way to configure the + faillock.conf provides a way to configure the default settings for locking the user after multiple failed authentication attempts. This file is read by the pam_faillock module and is the preferred method over configuring pam_faillock directly. @@ -31,13 +28,13 @@ - + OPTIONS - + dir=/path/to/tally-directory @@ -52,7 +49,7 @@ - + audit @@ -62,7 +59,7 @@ - + silent @@ -74,7 +71,7 @@ - + no_log_info @@ -84,7 +81,7 @@ - + local_users_only @@ -100,7 +97,7 @@ - + nodelay @@ -110,7 +107,7 @@ - + deny=n @@ -122,7 +119,7 @@ - + fail_interval=n @@ -135,7 +132,7 @@ - + unlock_time=n @@ -163,7 +160,7 @@ - + even_deny_root @@ -173,7 +170,7 @@ - + root_unlock_time=n @@ -187,7 +184,7 @@ - + admin_group=name @@ -202,7 +199,7 @@ - + EXAMPLES /etc/security/faillock.conf file example: @@ -214,11 +211,11 @@ silent - + FILES - /etc/security/faillock.conf + /etc/security/faillock.conf the config file for custom options @@ -226,7 +223,7 @@ silent - + SEE ALSO @@ -247,11 +244,11 @@ silent - + AUTHOR pam_faillock was written by Tomas Mraz. The support for faillock.conf was written by Brian Ward. - + \ No newline at end of file diff --git a/modules/pam_faillock/pam_faillock.8.xml b/modules/pam_faillock/pam_faillock.8.xml index b7b7b0db..ce0ae050 100644 --- a/modules/pam_faillock/pam_faillock.8.xml +++ b/modules/pam_faillock/pam_faillock.8.xml @@ -1,8 +1,4 @@ - - - - + pam_faillock @@ -10,63 +6,63 @@ Linux-PAM Manual - + pam_faillock Module counting authentication failures during a specified interval - + auth ... pam_faillock.so - + preauth|authfail|authsucc - + conf=/path/to/config-file - + dir=/path/to/tally-directory - + even_deny_root - + deny=n - + fail_interval=n - + unlock_time=n - + root_unlock_time=n - + admin_group=name - + audit - + silent - + no_log_info - + account ... pam_faillock.so - + dir=/path/to/tally-directory - + no_log_info - + DESCRIPTION @@ -78,20 +74,20 @@ Normally, failed attempts to authenticate root will - not cause the root account to become + not cause the root account to become blocked, to prevent denial-of-service: if your users aren't given shell accounts and root may only login via su or at the machine console (not telnet/rsh, etc), this is safe. - + OPTIONS - + {preauth|authfail|authsucc} @@ -131,7 +127,7 @@ - + conf=/path/to/config-file @@ -156,7 +152,7 @@ - + MODULE TYPES PROVIDED The and module types are @@ -164,7 +160,7 @@ - + RETURN VALUES @@ -222,7 +218,7 @@ - + NOTES Configuring options on the module command line is not recommend. The @@ -234,7 +230,7 @@ Individual files with the failure records are created as owned by - the user. This allows pam_faillock.so module + the user. This allows pam_faillock.so module to work correctly when it is called from a screensaver. @@ -249,7 +245,7 @@ - + EXAMPLES Here are two possible configuration examples for /etc/pam.d/login. @@ -320,11 +316,11 @@ session required pam_selinux.so open - + FILES - /var/run/faillock/* + /var/run/faillock/* the files logging the authentication failures for users @@ -336,13 +332,13 @@ session required pam_selinux.so open - /etc/security/faillock.conf + /etc/security/faillock.conf the config file for pam_faillock options - %vendordir%/security/faillock.conf + %vendordir%/security/faillock.conf the config file for pam_faillock options. It will be used if @@ -353,7 +349,7 @@ session required pam_selinux.so open - + SEE ALSO @@ -374,11 +370,11 @@ session required pam_selinux.so open - + AUTHOR pam_faillock was written by Tomas Mraz. - + \ No newline at end of file -- cgit v1.2.3