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_userdb/README.xml | 32 +++++------------- modules/pam_userdb/pam_userdb.8.xml | 67 ++++++++++++++++++------------------- 2 files changed, 41 insertions(+), 58 deletions(-) (limited to 'modules/pam_userdb') diff --git a/modules/pam_userdb/README.xml b/modules/pam_userdb/README.xml index b22c09e7..4e8f8ee7 100644 --- a/modules/pam_userdb/README.xml +++ b/modules/pam_userdb/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_userdb.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_userdb-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_userdb.8.xml" xpointer='xpointer(id("pam_userdb-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_userdb/pam_userdb.8.xml b/modules/pam_userdb/pam_userdb.8.xml index bce92850..0f964102 100644 --- a/modules/pam_userdb/pam_userdb.8.xml +++ b/modules/pam_userdb/pam_userdb.8.xml @@ -1,54 +1,51 @@ - - - - + pam_userdb 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_userdb PAM module to authenticate against a db database - + pam_userdb.so - + db=/path/database - + debug - + crypt=[crypt|none] - + icase - + dump - + try_first_pass - + use_first_pass - + unknown_ok - + key_only - + DESCRIPTION @@ -60,13 +57,13 @@ - + OPTIONS - + crypt=[crypt|none] @@ -82,13 +79,13 @@ - + db=/path/database Use the /path/database database for performing lookup. There is no default; the module will - return PAM_IGNORE if no + return PAM_IGNORE if no database is provided. Note that the path to the database file should be specified without the .db suffix. @@ -96,7 +93,7 @@ - + debug @@ -107,7 +104,7 @@ - + dump @@ -118,7 +115,7 @@ - + icase @@ -131,7 +128,7 @@ - + try_first_pass @@ -146,7 +143,7 @@ - + use_first_pass @@ -161,7 +158,7 @@ - + unknown_ok @@ -174,7 +171,7 @@ - + key_only @@ -191,7 +188,7 @@ - + MODULE TYPES PROVIDED The and module @@ -199,7 +196,7 @@ - + RETURN VALUES @@ -259,14 +256,14 @@ - + EXAMPLES auth sufficient pam_userdb.so icase db=/etc/dbtest - + SEE ALSO @@ -284,11 +281,11 @@ auth sufficient pam_userdb.so icase db=/etc/dbtest - + AUTHOR pam_userdb was written by Cristian Gafton >gafton@redhat.com<. - + \ No newline at end of file -- cgit v1.2.3