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_succeed_if/README.xml | 32 ++++-------- modules/pam_succeed_if/pam_succeed_if.8.xml | 78 ++++++++++++++--------------- 2 files changed, 46 insertions(+), 64 deletions(-) (limited to 'modules/pam_succeed_if') diff --git a/modules/pam_succeed_if/README.xml b/modules/pam_succeed_if/README.xml index c52f00a0..1c174af0 100644 --- a/modules/pam_succeed_if/README.xml +++ b/modules/pam_succeed_if/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_succeed_if.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_succeed_if-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_succeed_if.8.xml" xpointer='xpointer(id("pam_succeed_if-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_succeed_if/pam_succeed_if.8.xml b/modules/pam_succeed_if/pam_succeed_if.8.xml index 14d939a3..90fd1145 100644 --- a/modules/pam_succeed_if/pam_succeed_if.8.xml +++ b/modules/pam_succeed_if/pam_succeed_if.8.xml @@ -1,34 +1,30 @@ - - - - - + pam_succeed_if 8 - Linux-PAM + Linux-PAM + Linux-PAM Manual - + pam_succeed_if test account characteristics - + pam_succeed_if.so - flag - condition + flag + condition - + DESCRIPTION pam_succeed_if.so is designed to succeed or fail authentication @@ -43,7 +39,7 @@ - + OPTIONS The following flags are supported: @@ -51,13 +47,13 @@ - + debug Turns on debugging messages sent to syslog. - + use_uid Evaluate conditions using the account of the user whose UID @@ -67,13 +63,13 @@ - + quiet Don't log failure or success to the system log. - + quiet_fail Don't log failure to the system log. @@ -81,7 +77,7 @@ - + quiet_success Don't log success to the system log. @@ -89,7 +85,7 @@ - + audit Log unknown users to the system log. @@ -112,13 +108,13 @@ - + field < number Field has a value numerically less than number. - + field <= number Field has a value numerically less than or equal to number. @@ -126,7 +122,7 @@ - + field eq number Field has a value numerically equal to number. @@ -134,7 +130,7 @@ - + field >= number Field has a value numerically greater than or equal to number. @@ -142,7 +138,7 @@ - + field > number Field has a value numerically greater than number. @@ -150,7 +146,7 @@ - + field ne number Field has a value numerically different from number. @@ -158,7 +154,7 @@ - + field = string Field exactly matches the given string. @@ -166,7 +162,7 @@ - + field != string Field does not match the given string. @@ -174,49 +170,49 @@ - + field =~ glob Field matches the given glob. - + field !~ glob Field does not match the given glob. - + field in item:item:... Field is contained in the list of items separated by colons. - + field notin item:item:... Field is not contained in the list of items separated by colons. - + user ingroup group[:group:....] User is in given group(s). - + user notingroup group[:group:....] User is not in given group(s). - + user innetgr netgroup (user,host) is in given netgroup. - + user notinnetgr group (user,host) is not in given netgroup. @@ -224,7 +220,7 @@ - + MODULE TYPES PROVIDED All module types (, , @@ -232,7 +228,7 @@ - + RETURN VALUES @@ -267,7 +263,7 @@ - + EXAMPLES To emulate the behaviour of pam_wheel, except @@ -288,7 +284,7 @@ type required othermodule.so arguments... - + SEE ALSO @@ -300,8 +296,8 @@ type required othermodule.so arguments... - + AUTHOR Nalin Dahyabhai <nalin@redhat.com> - + \ No newline at end of file -- cgit v1.2.3