diff options
author | Stefan Schubert <schubi@suse.de> | 2022-10-25 16:29:41 +0200 |
---|---|---|
committer | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2022-12-16 10:31:37 +0100 |
commit | cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996 (patch) | |
tree | 28c25df584fc32ba8f02af48c249c987be91e9ac /doc/mwg | |
parent | 6135c45347b6173e305fda66eef138bde693b795 (diff) | |
download | pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.tar.gz pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.tar.bz2 pam-cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996.zip |
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
Diffstat (limited to 'doc/mwg')
-rw-r--r-- | doc/mwg/Linux-PAM_MWG.xml | 178 | ||||
-rw-r--r-- | doc/mwg/Makefile.am | 6 | ||||
-rw-r--r-- | doc/mwg/pam_conv.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_fail_delay.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_get_data.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_get_item.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_get_user.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_getenv.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_getenvlist.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_putenv.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_set_data.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_set_item.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_acct_mgmt.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_authenticate.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_chauthtok.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_close_session.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_open_session.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_sm_setcred.xml | 20 | ||||
-rw-r--r-- | doc/mwg/pam_strerror.xml | 20 |
19 files changed, 197 insertions, 327 deletions
diff --git a/doc/mwg/Linux-PAM_MWG.xml b/doc/mwg/Linux-PAM_MWG.xml index 3022538c..046c3c48 100644 --- a/doc/mwg/Linux-PAM_MWG.xml +++ b/doc/mwg/Linux-PAM_MWG.xml @@ -1,49 +1,38 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<book id="mwg"> - <bookinfo> +<book xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg"> + <info> <title>The Linux-PAM Module Writers' Guide</title> <authorgroup> - <author> - <firstname>Andrew G.</firstname> - <surname>Morgan</surname> - <email>morgan@kernel.org</email> - </author> - <author> - <firstname>Thorsten</firstname> - <surname>Kukuk</surname> - <email>kukuk@thkukuk.de</email> - </author> + <author><personname><firstname>Andrew G.</firstname><surname>Morgan</surname></personname><email>morgan@kernel.org</email></author> + <author><personname><firstname>Thorsten</firstname><surname>Kukuk</surname></personname><email>kukuk@thkukuk.de</email></author> </authorgroup> <releaseinfo>Version 1.1.2, 31. August 2010</releaseinfo> <abstract> <para> This manual documents what a programmer needs to know in order to write a module that conforms to the - <emphasis remap='B'>Linux-PAM</emphasis> standard.It also + <emphasis remap="B">Linux-PAM</emphasis> standard.It also discusses some security issues from the point of view of the module programmer. </para> </abstract> - </bookinfo> + </info> - <chapter id="mwg-introduction"> + <chapter xml:id="mwg-introduction"> <title>Introduction</title> - <section id="mwg-introduction-description"> + <section xml:id="mwg-introduction-description"> <title>Description</title> <para> - <emphasis remap='B'>Linux-PAM</emphasis> (Pluggable Authentication + <emphasis remap="B">Linux-PAM</emphasis> (Pluggable Authentication Modules for Linux) is a library that enables the local system administrator to choose how individual applications authenticate users. For an overview of the - <emphasis remap='B'>Linux-PAM</emphasis> library see the + <emphasis remap="B">Linux-PAM</emphasis> library see the <emphasis>Linux-PAM System Administrators' Guide</emphasis>. </para> <para> - A <emphasis remap='B'>Linux-PAM</emphasis> module is a single + A <emphasis remap="B">Linux-PAM</emphasis> module is a single executable binary file that can be loaded by the - <emphasis remap='B'>Linux-PAM</emphasis> interface library. + <emphasis remap="B">Linux-PAM</emphasis> interface library. This PAM library is configured locally with a system file, <filename>/etc/pam.conf</filename>, to authenticate a user request via the locally available authentication modules. The @@ -54,14 +43,14 @@ <citerefentry> <refentrytitle>dlopen</refentrytitle><manvolnum>3</manvolnum> </citerefentry>. Alternatively, the modules can be statically - linked into the <emphasis remap='B'>Linux-PAM</emphasis> library; - this is mostly to allow <emphasis remap='B'>Linux-PAM</emphasis> to + linked into the <emphasis remap="B">Linux-PAM</emphasis> library; + this is mostly to allow <emphasis remap="B">Linux-PAM</emphasis> to be used on platforms without dynamic linking available, but this is a <emphasis>deprecated</emphasis> functionality. It is the - <emphasis remap='B'>Linux-PAM</emphasis> interface that is called + <emphasis remap="B">Linux-PAM</emphasis> interface that is called by an application and it is the responsibility of the library to locate, load and call the appropriate functions in a - <emphasis remap='B'>Linux-PAM</emphasis>-module. + <emphasis remap="B">Linux-PAM</emphasis>-module. </para> <para> Except for the immediate purpose of interacting with the user @@ -71,7 +60,7 @@ </para> </section> - <section id="mwg-introduction-synopsis"> + <section xml:id="mwg-introduction-synopsis"> <title>Synopsis</title> <programlisting> #include <security/pam_modules.h> @@ -82,63 +71,52 @@ gcc -shared -o pam_module.so pam_module.o -lpam </section> </chapter> - <chapter id="mwg-expected-by-module"> + <chapter xml:id="mwg-expected-by-module"> <title>What can be expected by the module</title> <para> Here we list the interface that the conventions that all - <emphasis remap='B'>Linux-PAM</emphasis> modules must adhere to. + <emphasis remap="B">Linux-PAM</emphasis> modules must adhere to. </para> - <section id="mwg-expected-by-module-item"> + <section xml:id="mwg-expected-by-module-item"> <title> Getting and setting <emphasis>PAM_ITEM</emphasis>s and <emphasis>data</emphasis> </title> <para> First, we cover what the module should expect from the - <emphasis remap='B'>Linux-PAM</emphasis> library and a - <emphasis remap='B'>Linux-PAM</emphasis> aware application. + <emphasis remap="B">Linux-PAM</emphasis> library and a + <emphasis remap="B">Linux-PAM</emphasis> aware application. Essentially this is the <filename>libpam.*</filename> library. </para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_set_data.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_get_data.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_set_item.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_get_item.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_get_user.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_conv.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_putenv.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_getenv.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_getenvlist.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_set_data.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_get_data.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_set_item.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_get_item.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_get_user.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_conv.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_putenv.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_getenv.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_getenvlist.xml"/> </section> - <section id="mwg-expected-by-module-other"> + <section xml:id="mwg-expected-by-module-other"> <title> Other functions provided by <filename>libpam</filename> </title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_strerror.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_fail_delay.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_strerror.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_fail_delay.xml"/> </section> </chapter> - <chapter id="mwg-expected-of-module"> + <chapter xml:id="mwg-expected-of-module"> <title>What is expected of a module</title> <para> The module must supply a sub-set of the six functions listed below. Together they define the function of a - <emphasis remap='B'>Linux-PAM module</emphasis>. Module developers + <emphasis remap="B">Linux-PAM module</emphasis>. Module developers are strongly urged to read the comments on security that follow this list. </para> - <section id="mwg-expected-of-module-overview"> + <section xml:id="mwg-expected-of-module-overview"> <title>Overview</title> <para> The six module functions are grouped into four independent @@ -149,7 +127,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam at least one of these groups. A single module may contain the necessary functions for <emphasis>all</emphasis> four groups. </para> - <section id="mwg-expected-of-module-overview-1"> + <section xml:id="mwg-expected-of-module-overview-1"> <title>Functional independence</title> <para> The independence of the four groups of service a module can @@ -163,7 +141,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam As an informative example, consider the possibility that an application applies to change a user's authentication token, without having first requested that - <emphasis remap='B'>Linux-PAM</emphasis> authenticate the + <emphasis remap="B">Linux-PAM</emphasis> authenticate the user. In some cases this may be deemed appropriate: when <command>root</command> wants to change the authentication token of some lesser user. In other cases it may not be @@ -176,7 +154,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam this when implementing a given module. </para> </section> - <section id="mwg-expected-of-module-overview-2"> + <section xml:id="mwg-expected-of-module-overview-2"> <title>Minimizing administration problems</title> <para> To avoid system administration problems and the poor @@ -189,7 +167,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam simply return <errorname>PAM_IGNORE</errorname>. </para> </section> - <section id="mwg-expected-of-module-overview-3"> + <section xml:id="mwg-expected-of-module-overview-3"> <title>Arguments supplied to the module</title> <para> The <parameter>flags</parameter> argument of each of @@ -203,7 +181,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam arguments are taken from the line appropriate to this module---that is, with the <emphasis>service_name</emphasis> matching that of the application---in the configuration file - (see the <emphasis remap='B'>Linux-PAM</emphasis> + (see the <emphasis remap="B">Linux-PAM</emphasis> System Administrators' Guide). Together these two parameters provide the number of arguments and an array of pointers to the individual argument tokens. This will be familiar to C @@ -214,33 +192,27 @@ gcc -shared -o pam_module.so pam_module.o -lpam </para> </section> </section> - <section id="mwg-expected-of-module-auth"> + <section xml:id="mwg-expected-of-module-auth"> <title>Authentication management</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_authenticate.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_setcred.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_authenticate.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_setcred.xml"/> </section> - <section id="mwg-expected-of-module-acct"> + <section xml:id="mwg-expected-of-module-acct"> <title>Account management</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_acct_mgmt.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_acct_mgmt.xml"/> </section> - <section id="mwg-expected-of-module-session"> + <section xml:id="mwg-expected-of-module-session"> <title>Session management</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_open_session.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_close_session.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_open_session.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_close_session.xml"/> </section> - <section id="mwg-expected-of-module-chauthtok"> + <section xml:id="mwg-expected-of-module-chauthtok"> <title>Authentication token management</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sm_chauthtok.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sm_chauthtok.xml"/> </section> </chapter> - <chapter id="mwg-see-options"> + <chapter xml:id="mwg-see-options"> <title>Generic optional arguments</title> <para> Here we list the generic arguments that all modules can expect to @@ -276,17 +248,17 @@ gcc -shared -o pam_module.so pam_module.o -lpam </variablelist> </chapter> - <chapter id="mwg-see-programming"> + <chapter xml:id="mwg-see-programming"> <title>Programming notes</title> <para> Here we collect some pointers for the module writer to bear in mind - when writing/developing a <emphasis remap='B'>Linux-PAM</emphasis> + when writing/developing a <emphasis remap="B">Linux-PAM</emphasis> compatible module. </para> - <section id="mwg-see-programming-sec"> + <section xml:id="mwg-see-programming-sec"> <title>Security issues for module creation</title> - <section id="mwg-see-programming-sec-res"> + <section xml:id="mwg-see-programming-sec-res"> <title>Sufficient resources</title> <para> Care should be taken to ensure that the proper execution @@ -299,7 +271,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam consideration. </para> </section> - <section id="mwg-see-programming-sec-who"> + <section xml:id="mwg-see-programming-sec-who"> <title>Who´s who?</title> <para> Generally, the module may wish to establish the identity of @@ -349,13 +321,13 @@ gcc -shared -o pam_module.so pam_module.o -lpam Z, the user under whose identity the service will be granted. This is the username returned by <function>pam_get_user()</function> and also stored in the - <emphasis remap='B'>Linux-PAM</emphasis> item, + <emphasis remap="B">Linux-PAM</emphasis> item, <emphasis>PAM_USER</emphasis>. </para> </listitem> <listitem> <para> - <emphasis remap='B'>Linux-PAM</emphasis> has a place for + <emphasis remap="B">Linux-PAM</emphasis> has a place for an additional user identity that a module may care to make use of. This is the <emphasis>PAM_RUSER</emphasis> item. Generally, network sensitive modules/applications may wish @@ -369,10 +341,10 @@ gcc -shared -o pam_module.so pam_module.o -lpam <emphasis>uid</emphasis> or <emphasis>euid</emphasis> of the running process, it should take care to restore the original values prior to returning control to the - <emphasis remap='B'>Linux-PAM</emphasis> library. + <emphasis remap="B">Linux-PAM</emphasis> library. </para> </section> - <section id="mwg-see-programming-sec-conv"> + <section xml:id="mwg-see-programming-sec-conv"> <title>Using the conversation function</title> <para> Prior to calling the conversation function, the module should @@ -389,7 +361,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam indicating failure. </para> </section> - <section id="mwg-see-programming-sec-token"> + <section xml:id="mwg-see-programming-sec-token"> <title>Authentication tokens</title> <para> To ensure that the authentication tokens are not left lying @@ -403,7 +375,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam general rule the module should overwrite authentication tokens as soon as they are no longer needed. Especially before <function>free()</function>'ing them. The - <emphasis remap='B'>Linux-PAM</emphasis> library is + <emphasis remap="B">Linux-PAM</emphasis> library is required to do this when either of these authentication token items are (re)set. </para> @@ -437,7 +409,7 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) </para> </section> </section> - <section id="mwg-see-programming-syslog"> + <section xml:id="mwg-see-programming-syslog"> <title>Use of <citerefentry> <refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum> </citerefentry></title> @@ -451,7 +423,7 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) <citerefentry> <refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum> </citerefentry> with <emphasis>facility-type</emphasis> - <emphasis remap='B'>LOG_AUTHPRIV</emphasis>. + <emphasis remap="B">LOG_AUTHPRIV</emphasis>. </para> <para> With a few exceptions, the level of logging is, at the discretion @@ -501,7 +473,7 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) </listitem> </itemizedlist> </section> - <section id="mwg-see-programming-libs"> + <section xml:id="mwg-see-programming-libs"> <title>Modules that require system libraries</title> <para> Writing a module is much like writing an application. You @@ -526,16 +498,16 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) </section> </chapter> - <chapter id="mwg-example"> + <chapter xml:id="mwg-example"> <title>An example module</title> <para> At some point, we may include a fully commented example of a module in this document. For now, please look at the modules directory of the - <emphasis remap='B'>Linux-PAM</emphasis> sources. + <emphasis remap="B">Linux-PAM</emphasis> sources. </para> </chapter> - <chapter id="mwg-see-also"> + <chapter xml:id="mwg-see-also"> <title>See also</title> <itemizedlist> <listitem> @@ -558,7 +530,7 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) </itemizedlist> </chapter> - <chapter id='mwg-author'> + <chapter xml:id="mwg-author"> <title>Author/acknowledgments</title> <para> This document was written by Andrew G. Morgan (morgan@kernel.org) @@ -578,14 +550,14 @@ int cleanup(pam_handle_t *pamh, void *data, int error_status) <para> Thanks are also due to Sun Microsystems, especially to Vipin Samar and Charlie Lai for their advice. At an early stage in the development of - <emphasis remap='B'>Linux-PAM</emphasis>, Sun graciously made the + <emphasis remap="B">Linux-PAM</emphasis>, Sun graciously made the documentation for their implementation of PAM available. This act greatly accelerated the development of - <emphasis remap='B'>Linux-PAM</emphasis>. + <emphasis remap="B">Linux-PAM</emphasis>. </para> </chapter> - <chapter id='mwg-copyright'> + <chapter xml:id="mwg-copyright"> <title>Copyright information for this document</title> <programlisting> Copyright (c) 2006 Thorsten Kukuk <kukuk@thkukuk.de> @@ -629,4 +601,4 @@ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH </programlisting> </chapter> -</book> +</book>
\ No newline at end of file diff --git a/doc/mwg/Makefile.am b/doc/mwg/Makefile.am index 688e6cb3..340249c6 100644 --- a/doc/mwg/Makefile.am +++ b/doc/mwg/Makefile.am @@ -16,7 +16,7 @@ all: Linux-PAM_MWG.txt html/Linux-PAM_MWG.html Linux-PAM_MWG.pdf Linux-PAM_MWG.pdf: $(XMLS) $(DEP_XMLS) if ENABLE_GENERATE_PDF - $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< + $(XMLLINT) --nonet --xinclude --relaxng $(DOCBOOK_RNG) --noent --noout $< $(XSLTPROC) --stringparam generate.toc "book toc" \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ @@ -28,7 +28,7 @@ else endif Linux-PAM_MWG.txt: $(XMLS) $(DEP_XMLS) - $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< + $(XMLLINT) --nonet --xinclude --relaxng $(DOCBOOK_RNG) --noent --noout $< $(XSLTPROC) --stringparam generate.toc "book toc" \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ @@ -37,7 +37,7 @@ Linux-PAM_MWG.txt: $(XMLS) $(DEP_XMLS) html/Linux-PAM_MWG.html: $(XMLS) $(DEP_XMLS) @test -d html || mkdir -p html - $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< + $(XMLLINT) --nonet --xinclude --relaxng $(DOCBOOK_RNG) --noent --noout $< $(XSLTPROC) --stringparam base.dir html/ \ --stringparam root.filename Linux-PAM_MWG \ --stringparam use.id.as.filename 1 \ diff --git a/doc/mwg/pam_conv.xml b/doc/mwg/pam_conv.xml index a2b470af..2b369503 100644 --- a/doc/mwg/pam_conv.xml +++ b/doc/mwg/pam_conv.xml @@ -1,11 +1,7 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_conv'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_conv"> <title>The conversation function</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_conv.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_conv-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_conv.3.xml" xpointer='xpointer(id("pam_conv-synopsis")/*)'/> </funcsynopsis> <programlisting> struct pam_message { @@ -24,12 +20,10 @@ struct pam_conv { void *appdata_ptr; }; </programlisting> - <section id='mwg-pam_conv-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_conv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_conv-description"]/*)'/> + <section xml:id="mwg-pam_conv-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_conv.3.xml" xpointer='xpointer(id("pam_conv-description")/*)'/> </section> - <section id='mwg-pam_conv-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_conv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_conv-return_values"]/*)'/> + <section xml:id="mwg-pam_conv-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_conv.3.xml" xpointer='xpointer(id("pam_conv-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_fail_delay.xml b/doc/mwg/pam_fail_delay.xml index 589e1148..d602a1f7 100644 --- a/doc/mwg/pam_fail_delay.xml +++ b/doc/mwg/pam_fail_delay.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_fail_delay'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_fail_delay"> <title>Request a delay on failure</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_fail_delay.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_fail_delay-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_fail_delay.3.xml" xpointer='xpointer(id("pam_fail_delay-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_fail_delay-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_fail_delay.3.xml" xpointer='xpointer(//refsect1[@id = "pam_fail_delay-description"]/*)'/> + <section xml:id="adg-pam_fail_delay-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_fail_delay.3.xml" xpointer='xpointer(id("pam_fail_delay-description")/*)'/> </section> - <section id='adg-pam_fail_delay-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_fail_delay.3.xml" xpointer='xpointer(//refsect1[@id = "pam_fail_delay-return_values"]/*)'/> + <section xml:id="adg-pam_fail_delay-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_fail_delay.3.xml" xpointer='xpointer(id("pam_fail_delay-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_get_data.xml b/doc/mwg/pam_get_data.xml index b1afdb3f..e1342d16 100644 --- a/doc/mwg/pam_get_data.xml +++ b/doc/mwg/pam_get_data.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_get_data'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_get_data"> <title>Get module internal data</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_data.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_get_data-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_data.3.xml" xpointer='xpointer(id("pam_get_data-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_get_data-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_data.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_data-description"]/*)'/> + <section xml:id="mwg-pam_get_data-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_data.3.xml" xpointer='xpointer(id("pam_get_data-description")/*)'/> </section> - <section id='mwg-pam_get_data-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_data.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_data-return_values"]/*)'/> + <section xml:id="mwg-pam_get_data-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_data.3.xml" xpointer='xpointer(id("pam_get_data-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_get_item.xml b/doc/mwg/pam_get_item.xml index 370a10a1..e0635d21 100644 --- a/doc/mwg/pam_get_item.xml +++ b/doc/mwg/pam_get_item.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_get_item'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_get_item"> <title>Getting PAM items</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_item.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_get_item-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_item.3.xml" xpointer='xpointer(id("pam_get_item-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_get_item-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_item.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_item-description"]/*)'/> + <section xml:id="mwg-pam_get_item-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_item.3.xml" xpointer='xpointer(id("pam_get_item-description")/*)'/> </section> - <section id='mwg-pam_get_item-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_item.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_item-return_values"]/*)'/> + <section xml:id="mwg-pam_get_item-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_item.3.xml" xpointer='xpointer(id("pam_get_item-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_get_user.xml b/doc/mwg/pam_get_user.xml index 1cb7fdf3..3b79fe07 100644 --- a/doc/mwg/pam_get_user.xml +++ b/doc/mwg/pam_get_user.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_get_user'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_get_user"> <title>Get user name</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_user.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_get_user-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_user.3.xml" xpointer='xpointer(id("pam_get_user-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_get_user-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_user.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_user-description"]/*)'/> + <section xml:id="mwg-pam_get_user-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_user.3.xml" xpointer='xpointer(id("pam_get_user-description")/*)'/> </section> - <section id='mwg-pam_get_user-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_get_user.3.xml" xpointer='xpointer(//refsect1[@id = "pam_get_user-return_values"]/*)'/> + <section xml:id="mwg-pam_get_user-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_get_user.3.xml" xpointer='xpointer(id("pam_get_user-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_getenv.xml b/doc/mwg/pam_getenv.xml index 61d69c33..f7b483ed 100644 --- a/doc/mwg/pam_getenv.xml +++ b/doc/mwg/pam_getenv.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_getenv'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_getenv"> <title>Get a PAM environment variable</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenv.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_getenv-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenv.3.xml" xpointer='xpointer(id("pam_getenv-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_getenv-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_getenv-description"]/*)'/> + <section xml:id="adg-pam_getenv-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenv.3.xml" xpointer='xpointer(id("pam_getenv-description")/*)'/> </section> - <section id='adg-pam_getenv-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_getenv-return_values"]/*)'/> + <section xml:id="adg-pam_getenv-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenv.3.xml" xpointer='xpointer(id("pam_getenv-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_getenvlist.xml b/doc/mwg/pam_getenvlist.xml index d3c2fcd3..4433c04d 100644 --- a/doc/mwg/pam_getenvlist.xml +++ b/doc/mwg/pam_getenvlist.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_getenvlist'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_getenvlist"> <title>Getting the PAM environment</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenvlist.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_getenvlist-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenvlist.3.xml" xpointer='xpointer(id("pam_getenvlist-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_getenvlist-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenvlist.3.xml" xpointer='xpointer(//refsect1[@id = "pam_getenvlist-description"]/*)'/> + <section xml:id="adg-pam_getenvlist-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenvlist.3.xml" xpointer='xpointer(id("pam_getenvlist-description")/*)'/> </section> - <section id='adg-pam_getenvlist-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_getenvlist.3.xml" xpointer='xpointer(//refsect1[@id = "pam_getenvlist-return_values"]/*)'/> + <section xml:id="adg-pam_getenvlist-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_getenvlist.3.xml" xpointer='xpointer(id("pam_getenvlist-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_putenv.xml b/doc/mwg/pam_putenv.xml index e55f1a42..6378a15b 100644 --- a/doc/mwg/pam_putenv.xml +++ b/doc/mwg/pam_putenv.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_putenv'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_putenv"> <title>Set or change PAM environment variable</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_putenv.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_putenv-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_putenv.3.xml" xpointer='xpointer(id("pam_putenv-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_putenv-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_putenv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_putenv-description"]/*)'/> + <section xml:id="adg-pam_putenv-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_putenv.3.xml" xpointer='xpointer(id("pam_putenv-description")/*)'/> </section> - <section id='adg-pam_putenv-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_putenv.3.xml" xpointer='xpointer(//refsect1[@id = "pam_putenv-return_values"]/*)'/> + <section xml:id="adg-pam_putenv-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_putenv.3.xml" xpointer='xpointer(id("pam_putenv-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_set_data.xml b/doc/mwg/pam_set_data.xml index 18b2711b..3fb3b1fe 100644 --- a/doc/mwg/pam_set_data.xml +++ b/doc/mwg/pam_set_data.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_set_data'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_set_data"> <title>Set module internal data</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_data.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_set_data-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_data.3.xml" xpointer='xpointer(id("pam_set_data-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_set_data-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_data.3.xml" xpointer='xpointer(//refsect1[@id = "pam_set_data-description"]/*)'/> + <section xml:id="mwg-pam_set_data-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_data.3.xml" xpointer='xpointer(id("pam_set_data-description")/*)'/> </section> - <section id='mwg-pam_set_data-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_data.3.xml" xpointer='xpointer(//refsect1[@id = "pam_set_data-return_values"]/*)'/> + <section xml:id="mwg-pam_set_data-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_data.3.xml" xpointer='xpointer(id("pam_set_data-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_set_item.xml b/doc/mwg/pam_set_item.xml index 7d19925e..7a8ee8de 100644 --- a/doc/mwg/pam_set_item.xml +++ b/doc/mwg/pam_set_item.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_set_item'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_set_item"> <title>Setting PAM items</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_item.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_set_item-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_item.3.xml" xpointer='xpointer(id("pam_set_item-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_set_item-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_item.3.xml" xpointer='xpointer(//refsect1[@id = "pam_set_item-description"]/*)'/> + <section xml:id="mwg-pam_set_item-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_item.3.xml" xpointer='xpointer(id("pam_set_item-description")/*)'/> </section> - <section id='mwg-pam_set_item-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_set_item.3.xml" xpointer='xpointer(//refsect1[@id = "pam_set_item-return_values"]/*)'/> + <section xml:id="mwg-pam_set_item-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_set_item.3.xml" xpointer='xpointer(id("pam_set_item-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_acct_mgmt.xml b/doc/mwg/pam_sm_acct_mgmt.xml index 10b3c9e9..c17a9bf0 100644 --- a/doc/mwg/pam_sm_acct_mgmt.xml +++ b/doc/mwg/pam_sm_acct_mgmt.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_acct_mgmt'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_acct_mgmt"> <title>Service function for account management</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_acct_mgmt-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(id("pam_sm_acct_mgmt-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_acct_mgmt-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_acct_mgmt-description"]/*)'/> + <section xml:id="mwg-pam_sm_acct_mgmt-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(id("pam_sm_acct_mgmt-description")/*)'/> </section> - <section id='mwg-pam_sm_acct_mgmt-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_acct_mgmt-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_acct_mgmt-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_acct_mgmt.3.xml" xpointer='xpointer(id("pam_sm_acct_mgmt-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_authenticate.xml b/doc/mwg/pam_sm_authenticate.xml index 54c79af6..138fc1ff 100644 --- a/doc/mwg/pam_sm_authenticate.xml +++ b/doc/mwg/pam_sm_authenticate.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_authenticate'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_authenticate"> <title>Service function for user authentication</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_authenticate-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(id("pam_sm_authenticate-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_authenticate-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_authenticate-description"]/*)'/> + <section xml:id="mwg-pam_sm_authenticate-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(id("pam_sm_authenticate-description")/*)'/> </section> - <section id='mwg-pam_sm_authenticate-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_authenticate-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_authenticate-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_authenticate.3.xml" xpointer='xpointer(id("pam_sm_authenticate-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_chauthtok.xml b/doc/mwg/pam_sm_chauthtok.xml index a1364315..546ae662 100644 --- a/doc/mwg/pam_sm_chauthtok.xml +++ b/doc/mwg/pam_sm_chauthtok.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_chauthtok'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_chauthtok"> <title>Service function to alter authentication token</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_chauthtok-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(id("pam_sm_chauthtok-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_chauthtok-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_chauthtok-description"]/*)'/> + <section xml:id="mwg-pam_sm_chauthtok-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(id("pam_sm_chauthtok-description")/*)'/> </section> - <section id='mwg-pam_sm_chauthtok-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_chauthtok-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_chauthtok-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_chauthtok.3.xml" xpointer='xpointer(id("pam_sm_chauthtok-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_close_session.xml b/doc/mwg/pam_sm_close_session.xml index 9346c506..69140b81 100644 --- a/doc/mwg/pam_sm_close_session.xml +++ b/doc/mwg/pam_sm_close_session.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-close.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_close_session'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_close_session"> <title>Service function to terminate session management</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_close_session-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(id("pam_sm_close_session-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_close_session-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_close_session-description"]/*)'/> + <section xml:id="mwg-pam_sm_close_session-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(id("pam_sm_close_session-description")/*)'/> </section> - <section id='mwg-pam_sm_close_session-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_close_session-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_close_session-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_close_session.3.xml" xpointer='xpointer(id("pam_sm_close_session-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_open_session.xml b/doc/mwg/pam_sm_open_session.xml index b8e3fa90..aba28a3e 100644 --- a/doc/mwg/pam_sm_open_session.xml +++ b/doc/mwg/pam_sm_open_session.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_open_session'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_open_session"> <title>Service function to start session management</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_open_session-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(id("pam_sm_open_session-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_open_session-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_open_session-description"]/*)'/> + <section xml:id="mwg-pam_sm_open_session-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(id("pam_sm_open_session-description")/*)'/> </section> - <section id='mwg-pam_sm_open_session-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_open_session-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_open_session-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_open_session.3.xml" xpointer='xpointer(id("pam_sm_open_session-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_sm_setcred.xml b/doc/mwg/pam_sm_setcred.xml index eee8e1d6..36e43c04 100644 --- a/doc/mwg/pam_sm_setcred.xml +++ b/doc/mwg/pam_sm_setcred.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='mwg-pam_sm_setcred'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="mwg-pam_sm_setcred"> <title>Service function to alter credentials</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_sm_setcred-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(id("pam_sm_setcred-synopsis")/*)'/> </funcsynopsis> - <section id='mwg-pam_sm_setcred-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_setcred-description"]/*)'/> + <section xml:id="mwg-pam_sm_setcred-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(id("pam_sm_setcred-description")/*)'/> </section> - <section id='mwg-pam_sm_setcred-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(//refsect1[@id = "pam_sm_setcred-return_values"]/*)'/> + <section xml:id="mwg-pam_sm_setcred-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_sm_setcred.3.xml" xpointer='xpointer(id("pam_sm_setcred-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file diff --git a/doc/mwg/pam_strerror.xml b/doc/mwg/pam_strerror.xml index 35b08a27..e4e1c56a 100644 --- a/doc/mwg/pam_strerror.xml +++ b/doc/mwg/pam_strerror.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_strerror'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_strerror"> <title>Strings describing PAM error codes</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_strerror.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_strerror-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_strerror.3.xml" xpointer='xpointer(id("pam_strerror-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_strerror-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_strerror.3.xml" xpointer='xpointer(//refsect1[@id = "pam_strerror-description"]/*)'/> + <section xml:id="adg-pam_strerror-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_strerror.3.xml" xpointer='xpointer(id("pam_strerror-description")/*)'/> </section> - <section id='adg-pam_strerror-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_strerror.3.xml" xpointer='xpointer(//refsect1[@id = "pam_strerror-return_values"]/*)'/> + <section xml:id="adg-pam_strerror-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_strerror.3.xml" xpointer='xpointer(id("pam_strerror-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file |