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_xauth/README.xml | 35 ++++++--------------- modules/pam_xauth/pam_xauth.8.xml | 65 +++++++++++++++++++-------------------- 2 files changed, 41 insertions(+), 59 deletions(-) (limited to 'modules/pam_xauth') diff --git a/modules/pam_xauth/README.xml b/modules/pam_xauth/README.xml index adefbd98..04fc2468 100644 --- a/modules/pam_xauth/README.xml +++ b/modules/pam_xauth/README.xml @@ -1,46 +1,31 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_xauth.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_xauth-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_xauth.8.xml" xpointer='xpointer(id("pam_xauth-name")/*)'/> - +
- +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_xauth/pam_xauth.8.xml b/modules/pam_xauth/pam_xauth.8.xml index 08c06cf8..f5fc5a3c 100644 --- a/modules/pam_xauth/pam_xauth.8.xml +++ b/modules/pam_xauth/pam_xauth.8.xml @@ -1,39 +1,36 @@ - - - - + pam_xauth 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_xauth PAM module to forward xauth keys between users - + pam_xauth.so - + debug - + xauthpath=/path/to/xauth - + systemuser=UID - + targetuser=UID - + DESCRIPTION The pam_xauth PAM module is designed to forward xauth keys @@ -81,25 +78,25 @@ If a user has a .xauth/export file, the user will only forward cookies to users listed in the file. If there is no ~/.xauth/export file, and the invoking user is - not root, the user will forward cookies + not root, the user will forward cookies to any other user. If there is no ~/.xauth/export - file, and the invoking user is root, - the user will not forward cookies to + file, and the invoking user is root, + the user will not forward cookies to other users. Both the import and export files support wildcards (such as - *). Both the import and export files + *). Both the import and export files can be empty, signifying that no users are allowed. - + OPTIONS - + debug @@ -109,7 +106,7 @@ - + xauthpath=/path/to/xauth @@ -122,7 +119,7 @@ - + systemuser=UID @@ -135,7 +132,7 @@ - + targetuser=UID @@ -147,14 +144,14 @@ - + MODULE TYPES PROVIDED - Only the session type is provided. + Only the session type is provided. - + RETURN VALUES @@ -205,7 +202,7 @@ - + EXAMPLES Add the following line to /etc/pam.d/su to @@ -216,10 +213,10 @@ session optional pam_xauth.so - + IMPLEMENTATION DETAILS - pam_xauth will work only if it is + pam_xauth will work only if it is used from a setuid application in which the getuid() call returns the id of the user running the application, and for which PAM can supply the name @@ -247,17 +244,17 @@ session optional pam_xauth.so - + FILES - ~/.xauth/import + ~/.xauth/import XXX - ~/.xauth/export + ~/.xauth/export XXX @@ -266,7 +263,7 @@ session optional pam_xauth.so - + SEE ALSO @@ -281,7 +278,7 @@ session optional pam_xauth.so - + AUTHOR pam_xauth was written by Nalin Dahyabhai <nalin@redhat.com>, @@ -290,4 +287,4 @@ session optional pam_xauth.so - + \ No newline at end of file -- cgit v1.2.3