diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-08-18 13:29:21 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-08-18 13:29:21 +0000 |
commit | 374a7652e6ebeb9b731c41cf48aa83b603faae3e (patch) | |
tree | 53e2c52a48d134edee2b1d63a280c46703d7fa53 | |
parent | 3aaa5146f6add0a34cb2ca8ff6d26100a8dc4409 (diff) | |
download | pam-374a7652e6ebeb9b731c41cf48aa83b603faae3e.tar.gz pam-374a7652e6ebeb9b731c41cf48aa83b603faae3e.tar.bz2 pam-374a7652e6ebeb9b731c41cf48aa83b603faae3e.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2008-08-18 Thorsten Kukuk <kukuk@thkukuk.de>
* Makefile.am (M4_FILES): Adjust list.
* modules/pam_access/pam_access.8.xml: Fix module service
vs. module type.
* modules/pam_cracklib/pam_cracklib.8.xml: Likewise.
* modules/pam_debug/pam_debug.8.xml: Likewise.
* modules/pam_deny/pam_deny.8.xml: Likewise.
* modules/pam_echo/pam_echo.8.xml: Likewise.
* modules/pam_env/pam_env.8.xml: Likewise.
* modules/pam_exec/pam_exec.8.xml: Likewise.
* modules/pam_faildelay/pam_faildelay.8.xml: Likewise.
* modules/pam_filter/pam_filter.8.xml: Likewise.
* modules/pam_ftp/pam_ftp.8.xml: Likewise.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_issue/pam_issue.8.xml: Likewise.
* modules/pam_keyinit/pam_keyinit.8.xml: Likewise.
* modules/pam_lastlog/pam_lastlog.8.xml: Likewise.
* modules/pam_limits/pam_limits.8.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_localuser/pam_localuser.8.xml: Likewise.
* modules/pam_loginuid/pam_loginuid.8.xml: Likewise.
* modules/pam_mail/pam_mail.8.xml: Likewise.
* modules/pam_mkhomedir/pam_mkhomedir.8.xml: Likewise.
* modules/pam_motd/pam_motd.8.xml: Likewise.
* modules/pam_namespace/pam_namespace.8.xml: Likewise.
* modules/pam_nologin/pam_nologin.8.xml: Likewise.
* modules/pam_permit/pam_permit.8.xml: Likewise.
* modules/pam_rhosts/pam_rhosts.8.xml: Likewise.
* modules/pam_rootok/pam_rootok.8.xml: Likewise.
* modules/pam_securetty/pam_securetty.8.xml: Likewise.
* modules/pam_selinux/pam_selinux.8.xml: Likewise.
* modules/pam_sepermit/pam_sepermit.8.xml: Likewise.
* modules/pam_shells/pam_shells.8.xml: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise.
* modules/pam_tally/pam_tally.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise.
* modules/pam_umask/pam_umask.8.xml: Likewise.
* modules/pam_unix/pam_unix.8.xml: Likewise.
* modules/pam_userdb/pam_userdb.8.xml: Likewise.
* modules/pam_warn/pam_warn.8.xml: Likewise.
* modules/pam_wheel/pam_wheel.8.xml: Likewise.
* modules/pam_xauth/pam_xauth.8.xml: Likewise.
84 files changed, 359 insertions, 262 deletions
@@ -1,3 +1,93 @@ +2008-08-18 Thorsten Kukuk <kukuk@thkukuk.de> + + * Makefile.am (M4_FILES): Adjust list. + + * modules/pam_access/pam_access.8.xml: Fix module service + vs. module type. + * modules/pam_cracklib/pam_cracklib.8.xml: Likewise. + * modules/pam_debug/pam_debug.8.xml: Likewise. + * modules/pam_deny/pam_deny.8.xml: Likewise. + * modules/pam_echo/pam_echo.8.xml: Likewise. + * modules/pam_env/pam_env.8.xml: Likewise. + * modules/pam_exec/pam_exec.8.xml: Likewise. + * modules/pam_faildelay/pam_faildelay.8.xml: Likewise. + * modules/pam_filter/pam_filter.8.xml: Likewise. + * modules/pam_ftp/pam_ftp.8.xml: Likewise. + * modules/pam_group/pam_group.8.xml: Likewise. + * modules/pam_issue/pam_issue.8.xml: Likewise. + * modules/pam_keyinit/pam_keyinit.8.xml: Likewise. + * modules/pam_lastlog/pam_lastlog.8.xml: Likewise. + * modules/pam_limits/pam_limits.8.xml: Likewise. + * modules/pam_listfile/pam_listfile.8.xml: Likewise. + * modules/pam_localuser/pam_localuser.8.xml: Likewise. + * modules/pam_loginuid/pam_loginuid.8.xml: Likewise. + * modules/pam_mail/pam_mail.8.xml: Likewise. + * modules/pam_mkhomedir/pam_mkhomedir.8.xml: Likewise. + * modules/pam_motd/pam_motd.8.xml: Likewise. + * modules/pam_namespace/pam_namespace.8.xml: Likewise. + * modules/pam_nologin/pam_nologin.8.xml: Likewise. + * modules/pam_permit/pam_permit.8.xml: Likewise. + * modules/pam_rhosts/pam_rhosts.8.xml: Likewise. + * modules/pam_rootok/pam_rootok.8.xml: Likewise. + * modules/pam_securetty/pam_securetty.8.xml: Likewise. + * modules/pam_selinux/pam_selinux.8.xml: Likewise. + * modules/pam_sepermit/pam_sepermit.8.xml: Likewise. + * modules/pam_shells/pam_shells.8.xml: Likewise. + * modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise. + * modules/pam_tally/pam_tally.8.xml: Likewise. + * modules/pam_time/pam_time.8.xml: Likewise. + * modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise. + * modules/pam_umask/pam_umask.8.xml: Likewise. + * modules/pam_unix/pam_unix.8.xml: Likewise. + * modules/pam_userdb/pam_userdb.8.xml: Likewise. + * modules/pam_warn/pam_warn.8.xml: Likewise. + * modules/pam_wheel/pam_wheel.8.xml: Likewise. + * modules/pam_xauth/pam_xauth.8.xml: Likewise. + +2008-08-05 Thorsten Kukuk <kukuk@thkukuk.de> + + * modules/pam_access/pam_access.8.xml: Fix module service + vs. module type. + * modules/pam_cracklib/pam_cracklib.8.xml: Likewise. + * modules/pam_debug/pam_debug.8.xml: Likewise. + * modules/pam_deny/pam_deny.8.xml: Likewise. + * modules/pam_echo/pam_echo.8.xml: Likewise. + * modules/pam_env/pam_env.8.xml: Likewise. + * modules/pam_exec/pam_exec.8.xml: Likewise. + * modules/pam_faildelay/pam_faildelay.8.xml: Likewise. + * modules/pam_filter/pam_filter.8.xml: Likewise. + * modules/pam_ftp/pam_ftp.8.xml: Likewise. + * modules/pam_group/pam_group.8.xml: Likewise. + * modules/pam_issue/pam_issue.8.xml: Likewise. + * modules/pam_keyinit/pam_keyinit.8.xml: Likewise. + * modules/pam_lastlog/pam_lastlog.8.xml: Likewise. + * modules/pam_limits/pam_limits.8.xml: Likewise. + * modules/pam_listfile/pam_listfile.8.xml: Likewise. + * modules/pam_localuser/pam_localuser.8.xml: Likewise. + * modules/pam_loginuid/pam_loginuid.8.xml: Likewise. + * modules/pam_mail/pam_mail.8.xml: Likewise. + * modules/pam_mkhomedir/pam_mkhomedir.8.xml: Likewise. + * modules/pam_motd/pam_motd.8.xml: Likewise. + * modules/pam_namespace/pam_namespace.8.xml: Likewise. + * modules/pam_nologin/pam_nologin.8.xml: Likewise. + * modules/pam_permit/pam_permit.8.xml: Likewise. + * modules/pam_rhosts/pam_rhosts.8.xml: Likewise. + * modules/pam_rootok/pam_rootok.8.xml: Likewise. + * modules/pam_securetty/pam_securetty.8.xml: Likewise. + * modules/pam_selinux/pam_selinux.8.xml: Likewise. + * modules/pam_sepermit/pam_sepermit.8.xml: Likewise. + * modules/pam_shells/pam_shells.8.xml: Likewise. + * modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise. + * modules/pam_tally/pam_tally.8.xml: Likewise. + * modules/pam_time/pam_time.8.xml: Likewise. + * modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise. + * modules/pam_umask/pam_umask.8.xml: Likewise. + * modules/pam_unix/pam_unix.8.xml: Likewise. + * modules/pam_userdb/pam_userdb.8.xml: Likewise. + * modules/pam_warn/pam_warn.8.xml: Likewise. + * modules/pam_wheel/pam_wheel.8.xml: Likewise. + * modules/pam_xauth/pam_xauth.8.xml: Likewise. + 2008-08-01 Thorsten Kukuk <kukuk@thkukuk.de> * configure.in: Add version for gettext, add search path diff --git a/Makefile.am b/Makefile.am index b0fd70fa..796a9507 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,16 +12,11 @@ endif CLEANFILES = *~ -M4_FILES = m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/glibc2.m4 \ - m4/iconv.m4 m4/intdiv0.m4 m4/intmax.m4 m4/inttypes_h.m4 \ - m4/inttypes-h.m4 m4/inttypes.m4 m4/inttypes-pri.m4 \ - m4/isc-posix.m4 m4/jh_path_xml_catalog.m4 m4/lcmessage.m4 \ +M4_FILES = m4/gettext.m4 m4/iconv.m4 m4/intlmacosx.m4 \ + m4/japhar_grep_cflags.m4 m4/jh_path_xml_catalog.m4 \ m4/ld-as-needed.m4 m4/ld-O1.m4 m4/lib-ld.m4 m4/lib-link.m4 \ - m4/lib-prefix.m4 m4/libprelude.m4 m4/lock.m4 m4/longdouble.m4 \ - m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 \ - m4/progtest.m4 m4/signed.m4 m4/size_max.m4 m4/stdint_h.m4 \ - m4/uintmax_t.m4 m4/ulonglong.m4 m4/visibility.m4 \ - m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 + m4/lib-prefix.m4 m4/libprelude.m4 m4/libtool.m4 m4/nls.m4 \ + m4/po.m4 m4/progtest.m4 EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \ Copyright $(M4_FILES) Make.xml.rules diff --git a/configure.in b/configure.in index ca64c52b..9461fd7d 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y]) AM_INIT_AUTOMAKE("Linux-PAM", 1.0.90) AC_PREREQ(2.61) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST diff --git a/doc/sag/pam_access.xml b/doc/sag/pam_access.xml index 9e2837ca..b9bf39d0 100644 --- a/doc/sag/pam_access.xml +++ b/doc/sag/pam_access.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_access/pam_access.8.xml" xpointer='xpointer(//refsect1[@id = "pam_access-options"]/*)'/> </section> - <section id='sag-pam_access-services'> + <section id='sag-pam_access-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_access/pam_access.8.xml" xpointer='xpointer(//refsect1[@id = "pam_access-services"]/*)'/> + href="../../modules/pam_access/pam_access.8.xml" xpointer='xpointer(//refsect1[@id = "pam_access-types"]/*)'/> </section> <section id='sag-pam_access-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_cracklib.xml b/doc/sag/pam_cracklib.xml index 58f0edb0..898bbf9c 100644 --- a/doc/sag/pam_cracklib.xml +++ b/doc/sag/pam_cracklib.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_cracklib/pam_cracklib.8.xml" xpointer='xpointer(//refsect1[@id = "pam_cracklib-options"]/*)'/> </section> - <section id='sag-pam_cracklib-services'> + <section id='sag-pam_cracklib-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_cracklib/pam_cracklib.8.xml" xpointer='xpointer(//refsect1[@id = "pam_cracklib-services"]/*)'/> + href="../../modules/pam_cracklib/pam_cracklib.8.xml" xpointer='xpointer(//refsect1[@id = "pam_cracklib-types"]/*)'/> </section> <section id='sag-pam_cracklib-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_debug.xml b/doc/sag/pam_debug.xml index 6ec398b8..b131954c 100644 --- a/doc/sag/pam_debug.xml +++ b/doc/sag/pam_debug.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_debug/pam_debug.8.xml" xpointer='xpointer(//refsect1[@id = "pam_debug-options"]/*)'/> </section> - <section id='sag-pam_debug-services'> + <section id='sag-pam_debug-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_debug/pam_debug.8.xml" xpointer='xpointer(//refsect1[@id = "pam_debug-services"]/*)'/> + href="../../modules/pam_debug/pam_debug.8.xml" xpointer='xpointer(//refsect1[@id = "pam_debug-types"]/*)'/> </section> <section id='sag-pam_debug-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_deny.xml b/doc/sag/pam_deny.xml index eaaada3b..2cb71a03 100644 --- a/doc/sag/pam_deny.xml +++ b/doc/sag/pam_deny.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_deny/pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-options"]/*)'/> </section> - <section id='sag-pam_deny-services'> + <section id='sag-pam_deny-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_deny/pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-services"]/*)'/> + href="../../modules/pam_deny/pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-types"]/*)'/> </section> <section id='sag-pam_deny-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_echo.xml b/doc/sag/pam_echo.xml index 95baa0aa..b066d4ac 100644 --- a/doc/sag/pam_echo.xml +++ b/doc/sag/pam_echo.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_echo/pam_echo.8.xml" xpointer='xpointer(//refsect1[@id = "pam_echo-options"]/*)'/> </section> - <section id='sag-pam_echo-services'> + <section id='sag-pam_echo-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_echo/pam_echo.8.xml" xpointer='xpointer(//refsect1[@id = "pam_echo-services"]/*)'/> + href="../../modules/pam_echo/pam_echo.8.xml" xpointer='xpointer(//refsect1[@id = "pam_echo-types"]/*)'/> </section> <section id='sag-pam_echo-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_env.xml b/doc/sag/pam_env.xml index d1c561e0..9f6e6331 100644 --- a/doc/sag/pam_env.xml +++ b/doc/sag/pam_env.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_env/pam_env.8.xml" xpointer='xpointer(//refsect1[@id = "pam_env-options"]/*)'/> </section> - <section id='sag-pam_env-services'> + <section id='sag-pam_env-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_env/pam_env.8.xml" xpointer='xpointer(//refsect1[@id = "pam_env-services"]/*)'/> + href="../../modules/pam_env/pam_env.8.xml" xpointer='xpointer(//refsect1[@id = "pam_env-types"]/*)'/> </section> <section id='sag-pam_env-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_exec.xml b/doc/sag/pam_exec.xml index 38245ed8..265e7f41 100644 --- a/doc/sag/pam_exec.xml +++ b/doc/sag/pam_exec.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_exec/pam_exec.8.xml" xpointer='xpointer(//refsect1[@id = "pam_exec-options"]/*)'/> </section> - <section id='sag-pam_exec-services'> + <section id='sag-pam_exec-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_exec/pam_exec.8.xml" xpointer='xpointer(//refsect1[@id = "pam_exec-services"]/*)'/> + href="../../modules/pam_exec/pam_exec.8.xml" xpointer='xpointer(//refsect1[@id = "pam_exec-types"]/*)'/> </section> <section id='sag-pam_exec-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_faildelay.xml b/doc/sag/pam_faildelay.xml index 312fee8e..1d8295e0 100644 --- a/doc/sag/pam_faildelay.xml +++ b/doc/sag/pam_faildelay.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_faildelay/pam_faildelay.8.xml" xpointer='xpointer(//refsect1[@id = "pam_faildelay-options"]/*)'/> </section> - <section id='sag-pam_faildelay-services'> + <section id='sag-pam_faildelay-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_faildelay/pam_faildelay.8.xml" xpointer='xpointer(//refsect1[@id = "pam_faildelay-services"]/*)'/> + href="../../modules/pam_faildelay/pam_faildelay.8.xml" xpointer='xpointer(//refsect1[@id = "pam_faildelay-types"]/*)'/> </section> <section id='sag-pam_faildelay-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_filter.xml b/doc/sag/pam_filter.xml index 4248704d..6a4a1ba2 100644 --- a/doc/sag/pam_filter.xml +++ b/doc/sag/pam_filter.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_filter/pam_filter.8.xml" xpointer='xpointer(//refsect1[@id = "pam_filter-options"]/*)'/> </section> - <section id='sag-pam_filter-services'> + <section id='sag-pam_filter-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_filter/pam_filter.8.xml" xpointer='xpointer(//refsect1[@id = "pam_filter-services"]/*)'/> + href="../../modules/pam_filter/pam_filter.8.xml" xpointer='xpointer(//refsect1[@id = "pam_filter-types"]/*)'/> </section> <section id='sag-pam_filter-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_ftp.xml b/doc/sag/pam_ftp.xml index c53139ca..b2456265 100644 --- a/doc/sag/pam_ftp.xml +++ b/doc/sag/pam_ftp.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_ftp/pam_ftp.8.xml" xpointer='xpointer(//refsect1[@id = "pam_ftp-options"]/*)'/> </section> - <section id='sag-pam_ftp-services'> + <section id='sag-pam_ftp-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_ftp/pam_ftp.8.xml" xpointer='xpointer(//refsect1[@id = "pam_ftp-services"]/*)'/> + href="../../modules/pam_ftp/pam_ftp.8.xml" xpointer='xpointer(//refsect1[@id = "pam_ftp-types"]/*)'/> </section> <section id='sag-pam_ftp-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_group.xml b/doc/sag/pam_group.xml index f83ccc58..ce82bf0f 100644 --- a/doc/sag/pam_group.xml +++ b/doc/sag/pam_group.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_group/pam_group.8.xml" xpointer='xpointer(//refsect1[@id = "pam_group-options"]/*)'/> </section> - <section id='sag-pam_group-services'> + <section id='sag-pam_group-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_group/pam_group.8.xml" xpointer='xpointer(//refsect1[@id = "pam_group-services"]/*)'/> + href="../../modules/pam_group/pam_group.8.xml" xpointer='xpointer(//refsect1[@id = "pam_group-types"]/*)'/> </section> <section id='sag-pam_group-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_issue.xml b/doc/sag/pam_issue.xml index f9283de6..5033d23f 100644 --- a/doc/sag/pam_issue.xml +++ b/doc/sag/pam_issue.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_issue/pam_issue.8.xml" xpointer='xpointer(//refsect1[@id = "pam_issue-options"]/*)'/> </section> - <section id='sag-pam_issue-services'> + <section id='sag-pam_issue-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_issue/pam_issue.8.xml" xpointer='xpointer(//refsect1[@id = "pam_issue-services"]/*)'/> + href="../../modules/pam_issue/pam_issue.8.xml" xpointer='xpointer(//refsect1[@id = "pam_issue-types"]/*)'/> </section> <section id='sag-pam_issue-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_keyinit.xml b/doc/sag/pam_keyinit.xml index 4925900b..3caa4c27 100644 --- a/doc/sag/pam_keyinit.xml +++ b/doc/sag/pam_keyinit.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_keyinit/pam_keyinit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_keyinit-options"]/*)'/> </section> - <section id='sag-pam_keyinit-services'> + <section id='sag-pam_keyinit-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_keyinit/pam_keyinit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_keyinit-services"]/*)'/> + href="../../modules/pam_keyinit/pam_keyinit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_keyinit-types"]/*)'/> </section> <section id='sag-pam_keyinit-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_lastlog.xml b/doc/sag/pam_lastlog.xml index a8012b1c..c250c018 100644 --- a/doc/sag/pam_lastlog.xml +++ b/doc/sag/pam_lastlog.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_lastlog/pam_lastlog.8.xml" xpointer='xpointer(//refsect1[@id = "pam_lastlog-options"]/*)'/> </section> - <section id='sag-pam_lastlog-services'> + <section id='sag-pam_lastlog-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_lastlog/pam_lastlog.8.xml" xpointer='xpointer(//refsect1[@id = "pam_lastlog-services"]/*)'/> + href="../../modules/pam_lastlog/pam_lastlog.8.xml" xpointer='xpointer(//refsect1[@id = "pam_lastlog-types"]/*)'/> </section> <section id='sag-pam_lastlog-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_limits.xml b/doc/sag/pam_limits.xml index 25e14e1c..7f898a40 100644 --- a/doc/sag/pam_limits.xml +++ b/doc/sag/pam_limits.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_limits/pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-options"]/*)'/> </section> - <section id='sag-pam_limits-services'> + <section id='sag-pam_limits-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_limits/pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-services"]/*)'/> + href="../../modules/pam_limits/pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-types"]/*)'/> </section> <section id='sag-pam_limits-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_listfile.xml b/doc/sag/pam_listfile.xml index fe3f6b0c..db7acdc6 100644 --- a/doc/sag/pam_listfile.xml +++ b/doc/sag/pam_listfile.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_listfile/pam_listfile.8.xml" xpointer='xpointer(//refsect1[@id = "pam_listfile-options"]/*)'/> </section> - <section id='sag-pam_listfile-services'> + <section id='sag-pam_listfile-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_listfile/pam_listfile.8.xml" xpointer='xpointer(//refsect1[@id = "pam_listfile-services"]/*)'/> + href="../../modules/pam_listfile/pam_listfile.8.xml" xpointer='xpointer(//refsect1[@id = "pam_listfile-types"]/*)'/> </section> <section id='sag-pam_listfile-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_localuser.xml b/doc/sag/pam_localuser.xml index 0f13d368..480ff96e 100644 --- a/doc/sag/pam_localuser.xml +++ b/doc/sag/pam_localuser.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_localuser/pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-options"]/*)'/> </section> - <section id='sag-pam_localuser-services'> + <section id='sag-pam_localuser-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_localuser/pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-services"]/*)'/> + href="../../modules/pam_localuser/pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-types"]/*)'/> </section> <section id='sag-pam_localuser-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_loginuid.xml b/doc/sag/pam_loginuid.xml index 6166d99f..3b442843 100644 --- a/doc/sag/pam_loginuid.xml +++ b/doc/sag/pam_loginuid.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_loginuid/pam_loginuid.8.xml" xpointer='xpointer(//refsect1[@id = "pam_loginuid-options"]/*)'/> </section> - <section id='sag-pam_loginuid-services'> + <section id='sag-pam_loginuid-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_loginuid/pam_loginuid.8.xml" xpointer='xpointer(//refsect1[@id = "pam_loginuid-services"]/*)'/> + href="../../modules/pam_loginuid/pam_loginuid.8.xml" xpointer='xpointer(//refsect1[@id = "pam_loginuid-types"]/*)'/> </section> <section id='sag-pam_loginuid-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_mail.xml b/doc/sag/pam_mail.xml index 879c8940..031f786d 100644 --- a/doc/sag/pam_mail.xml +++ b/doc/sag/pam_mail.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_mail/pam_mail.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mail-options"]/*)'/> </section> - <section id='sag-pam_mail-services'> + <section id='sag-pam_mail-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_mail/pam_mail.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mail-services"]/*)'/> + href="../../modules/pam_mail/pam_mail.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mail-types"]/*)'/> </section> <section id='sag-pam_mail-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_mkhomedir.xml b/doc/sag/pam_mkhomedir.xml index a1465439..dc6a1eb7 100644 --- a/doc/sag/pam_mkhomedir.xml +++ b/doc/sag/pam_mkhomedir.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_mkhomedir/pam_mkhomedir.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mkhomedir-options"]/*)'/> </section> - <section id='sag-pam_mkhomedir-services'> + <section id='sag-pam_mkhomedir-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_mkhomedir/pam_mkhomedir.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mkhomedir-services"]/*)'/> + href="../../modules/pam_mkhomedir/pam_mkhomedir.8.xml" xpointer='xpointer(//refsect1[@id = "pam_mkhomedir-types"]/*)'/> </section> <section id='sag-pam_mkhomedir-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_motd.xml b/doc/sag/pam_motd.xml index 847a047c..7a7d2dee 100644 --- a/doc/sag/pam_motd.xml +++ b/doc/sag/pam_motd.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_motd/pam_motd.8.xml" xpointer='xpointer(//refsect1[@id = "pam_motd-options"]/*)'/> </section> - <section id='sag-pam_motd-services'> + <section id='sag-pam_motd-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_motd/pam_motd.8.xml" xpointer='xpointer(//refsect1[@id = "pam_motd-services"]/*)'/> + href="../../modules/pam_motd/pam_motd.8.xml" xpointer='xpointer(//refsect1[@id = "pam_motd-types"]/*)'/> </section> <section id='sag-pam_motd-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_namespace.xml b/doc/sag/pam_namespace.xml index 6a4f59e7..6ece9bc1 100644 --- a/doc/sag/pam_namespace.xml +++ b/doc/sag/pam_namespace.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_namespace/pam_namespace.8.xml" xpointer='xpointer(//refsect1[@id = "pam_namespace-options"]/*)'/> </section> - <section id='sag-pam_namespace-services'> + <section id='sag-pam_namespace-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_namespace/pam_namespace.8.xml" xpointer='xpointer(//refsect1[@id = "pam_namespace-services"]/*)'/> + href="../../modules/pam_namespace/pam_namespace.8.xml" xpointer='xpointer(//refsect1[@id = "pam_namespace-types"]/*)'/> </section> <section id='sag-pam_namespace-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_nologin.xml b/doc/sag/pam_nologin.xml index b05652f5..0c626b82 100644 --- a/doc/sag/pam_nologin.xml +++ b/doc/sag/pam_nologin.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_nologin/pam_nologin.8.xml" xpointer='xpointer(//refsect1[@id = "pam_nologin-options"]/*)'/> </section> - <section id='sag-pam_nologin-services'> + <section id='sag-pam_nologin-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_nologin/pam_nologin.8.xml" xpointer='xpointer(//refsect1[@id = "pam_nologin-services"]/*)'/> + href="../../modules/pam_nologin/pam_nologin.8.xml" xpointer='xpointer(//refsect1[@id = "pam_nologin-types"]/*)'/> </section> <section id='sag-pam_nologin-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_permit.xml b/doc/sag/pam_permit.xml index 82febe01..7c200478 100644 --- a/doc/sag/pam_permit.xml +++ b/doc/sag/pam_permit.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_permit/pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-options"]/*)'/> </section> - <section id='sag-pam_permit-services'> + <section id='sag-pam_permit-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_permit/pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-services"]/*)'/> + href="../../modules/pam_permit/pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-types"]/*)'/> </section> <section id='sag-pam_permit-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_rhosts.xml b/doc/sag/pam_rhosts.xml index 10ae9361..680a70c1 100644 --- a/doc/sag/pam_rhosts.xml +++ b/doc/sag/pam_rhosts.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_rhosts/pam_rhosts.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rhosts-options"]/*)'/> </section> - <section id='sag-pam_rhosts-services'> + <section id='sag-pam_rhosts-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_rhosts/pam_rhosts.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rhosts-services"]/*)'/> + href="../../modules/pam_rhosts/pam_rhosts.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rhosts-types"]/*)'/> </section> <section id='sag-pam_rhosts-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_rootok.xml b/doc/sag/pam_rootok.xml index 6907bd89..59c99ae9 100644 --- a/doc/sag/pam_rootok.xml +++ b/doc/sag/pam_rootok.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_rootok/pam_rootok.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rootok-options"]/*)'/> </section> - <section id='sag-pam_rootok-services'> + <section id='sag-pam_rootok-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_rootok/pam_rootok.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rootok-services"]/*)'/> + href="../../modules/pam_rootok/pam_rootok.8.xml" xpointer='xpointer(//refsect1[@id = "pam_rootok-types"]/*)'/> </section> <section id='sag-pam_rootok-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_securetty.xml b/doc/sag/pam_securetty.xml index 061546cc..6ed13e59 100644 --- a/doc/sag/pam_securetty.xml +++ b/doc/sag/pam_securetty.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_securetty/pam_securetty.8.xml" xpointer='xpointer(//refsect1[@id = "pam_securetty-options"]/*)'/> </section> - <section id='sag-pam_securetty-services'> + <section id='sag-pam_securetty-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_securetty/pam_securetty.8.xml" xpointer='xpointer(//refsect1[@id = "pam_securetty-services"]/*)'/> + href="../../modules/pam_securetty/pam_securetty.8.xml" xpointer='xpointer(//refsect1[@id = "pam_securetty-types"]/*)'/> </section> <section id='sag-pam_securetty-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_selinux.xml b/doc/sag/pam_selinux.xml index a0fb293b..9a4f9878 100644 --- a/doc/sag/pam_selinux.xml +++ b/doc/sag/pam_selinux.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_selinux/pam_selinux.8.xml" xpointer='xpointer(//refsect1[@id = "pam_selinux-options"]/*)'/> </section> - <section id='sag-pam_selinux-services'> + <section id='sag-pam_selinux-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_selinux/pam_selinux.8.xml" xpointer='xpointer(//refsect1[@id = "pam_selinux-services"]/*)'/> + href="../../modules/pam_selinux/pam_selinux.8.xml" xpointer='xpointer(//refsect1[@id = "pam_selinux-types"]/*)'/> </section> <section id='sag-pam_selinux-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_sepermit.xml b/doc/sag/pam_sepermit.xml index 6ef9e0f8..9831a13f 100644 --- a/doc/sag/pam_sepermit.xml +++ b/doc/sag/pam_sepermit.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_sepermit/pam_sepermit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_sepermit-options"]/*)'/> </section> - <section id='sag-pam_sepermit-services'> + <section id='sag-pam_sepermit-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_sepermit/pam_sepermit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_sepermit-services"]/*)'/> + href="../../modules/pam_sepermit/pam_sepermit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_sepermit-types"]/*)'/> </section> <section id='sag-pam_sepermit-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_shells.xml b/doc/sag/pam_shells.xml index 87bc6fdb..b3b3d327 100644 --- a/doc/sag/pam_shells.xml +++ b/doc/sag/pam_shells.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_shells/pam_shells.8.xml" xpointer='xpointer(//refsect1[@id = "pam_shells-options"]/*)'/> </section> - <section id='sag-pam_shells-services'> + <section id='sag-pam_shells-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_shells/pam_shells.8.xml" xpointer='xpointer(//refsect1[@id = "pam_shells-services"]/*)'/> + href="../../modules/pam_shells/pam_shells.8.xml" xpointer='xpointer(//refsect1[@id = "pam_shells-types"]/*)'/> </section> <section id='sag-pam_shells-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_succeed_if.xml b/doc/sag/pam_succeed_if.xml index 0d7304a4..ce0792d9 100644 --- a/doc/sag/pam_succeed_if.xml +++ b/doc/sag/pam_succeed_if.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_succeed_if/pam_succeed_if.8.xml" xpointer='xpointer(//refsect1[@id = "pam_succeed_if-options"]/*)'/> </section> - <section id='sag-pam_succeed_if-services'> + <section id='sag-pam_succeed_if-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_succeed_if/pam_succeed_if.8.xml" xpointer='xpointer(//refsect1[@id = "pam_succeed_if-services"]/*)'/> + href="../../modules/pam_succeed_if/pam_succeed_if.8.xml" xpointer='xpointer(//refsect1[@id = "pam_succeed_if-types"]/*)'/> </section> <section id='sag-pam_succeed_if-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_tally.xml b/doc/sag/pam_tally.xml index df34a511..ec4afa52 100644 --- a/doc/sag/pam_tally.xml +++ b/doc/sag/pam_tally.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_tally/pam_tally.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tally-options"]/*)'/> </section> - <section id='sag-pam_tally-services'> + <section id='sag-pam_tally-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_tally/pam_tally.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tally-services"]/*)'/> + href="../../modules/pam_tally/pam_tally.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tally-types"]/*)'/> </section> <section id='sag-pam_tally-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_time.xml b/doc/sag/pam_time.xml index c53ebcab..dd9bba4c 100644 --- a/doc/sag/pam_time.xml +++ b/doc/sag/pam_time.xml @@ -19,9 +19,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_time/pam_time.8.xml" xpointer='xpointer(//refsect1[@id = "pam_time-options"]/*)'/> </section> - <section id='sag-pam_time-services'> + <section id='sag-pam_time-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_time/pam_time.8.xml" xpointer='xpointer(//refsect1[@id = "pam_time-services"]/*)'/> + href="../../modules/pam_time/pam_time.8.xml" xpointer='xpointer(//refsect1[@id = "pam_time-types"]/*)'/> </section> <section id='sag-pam_time-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_tty_audit.xml b/doc/sag/pam_tty_audit.xml index 55e73862..86d1cd03 100644 --- a/doc/sag/pam_tty_audit.xml +++ b/doc/sag/pam_tty_audit.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_tty_audit/pam_tty_audit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tty_audit-options"]/*)'/> </section> - <section id='sag-pam_tty_audit-services'> + <section id='sag-pam_tty_audit-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_tty_audit/pam_tty_audit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tty_audit-services"]/*)'/> + href="../../modules/pam_tty_audit/pam_tty_audit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_tty_audit-types"]/*)'/> </section> <section id='sag-pam_tty_audit-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_umask.xml b/doc/sag/pam_umask.xml index af68f647..b0535086 100644 --- a/doc/sag/pam_umask.xml +++ b/doc/sag/pam_umask.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-options"]/*)'/> </section> - <section id='sag-pam_umask-services'> + <section id='sag-pam_umask-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-services"]/*)'/> + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-types"]/*)'/> </section> <section id='sag-pam_umask-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_unix.xml b/doc/sag/pam_unix.xml index 57b2f9d2..24bbaec3 100644 --- a/doc/sag/pam_unix.xml +++ b/doc/sag/pam_unix.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-options"]/*)'/> </section> - <section id='sag-pam_unix-services'> + <section id='sag-pam_unix-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-services"]/*)'/> + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-types"]/*)'/> </section> <section id='sag-pam_unix-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_userdb.xml b/doc/sag/pam_userdb.xml index ae934cf6..47c2c727 100644 --- a/doc/sag/pam_userdb.xml +++ b/doc/sag/pam_userdb.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_userdb/pam_userdb.8.xml" xpointer='xpointer(//refsect1[@id = "pam_userdb-options"]/*)'/> </section> - <section id='sag-pam_userdb-services'> + <section id='sag-pam_userdb-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_userdb/pam_userdb.8.xml" xpointer='xpointer(//refsect1[@id = "pam_userdb-services"]/*)'/> + href="../../modules/pam_userdb/pam_userdb.8.xml" xpointer='xpointer(//refsect1[@id = "pam_userdb-types"]/*)'/> </section> <section id='sag-pam_userdb-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_warn.xml b/doc/sag/pam_warn.xml index 3d42a757..e2e7adba 100644 --- a/doc/sag/pam_warn.xml +++ b/doc/sag/pam_warn.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_warn/pam_warn.8.xml" xpointer='xpointer(//refsect1[@id = "pam_warn-options"]/*)'/> </section> - <section id='sag-pam_warn-services'> + <section id='sag-pam_warn-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_warn/pam_warn.8.xml" xpointer='xpointer(//refsect1[@id = "pam_warn-services"]/*)'/> + href="../../modules/pam_warn/pam_warn.8.xml" xpointer='xpointer(//refsect1[@id = "pam_warn-types"]/*)'/> </section> <section id='sag-pam_warn-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_wheel.xml b/doc/sag/pam_wheel.xml index 69175124..5ea011e3 100644 --- a/doc/sag/pam_wheel.xml +++ b/doc/sag/pam_wheel.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_wheel/pam_wheel.8.xml" xpointer='xpointer(//refsect1[@id = "pam_wheel-options"]/*)'/> </section> - <section id='sag-pam_wheel-services'> + <section id='sag-pam_wheel-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_wheel/pam_wheel.8.xml" xpointer='xpointer(//refsect1[@id = "pam_wheel-services"]/*)'/> + href="../../modules/pam_wheel/pam_wheel.8.xml" xpointer='xpointer(//refsect1[@id = "pam_wheel-types"]/*)'/> </section> <section id='sag-pam_wheel-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/doc/sag/pam_xauth.xml b/doc/sag/pam_xauth.xml index 84ca5ddb..9aca9ffa 100644 --- a/doc/sag/pam_xauth.xml +++ b/doc/sag/pam_xauth.xml @@ -15,9 +15,9 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../modules/pam_xauth/pam_xauth.8.xml" xpointer='xpointer(//refsect1[@id = "pam_xauth-options"]/*)'/> </section> - <section id='sag-pam_xauth-services'> + <section id='sag-pam_xauth-types'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../modules/pam_xauth/pam_xauth.8.xml" xpointer='xpointer(//refsect1[@id = "pam_xauth-services"]/*)'/> + href="../../modules/pam_xauth/pam_xauth.8.xml" xpointer='xpointer(//refsect1[@id = "pam_xauth-types"]/*)'/> </section> <section id='sag-pam_xauth-return_values'> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" diff --git a/modules/pam_access/pam_access.8.xml b/modules/pam_access/pam_access.8.xml index 68f21bab..ff048593 100644 --- a/modules/pam_access/pam_access.8.xml +++ b/modules/pam_access/pam_access.8.xml @@ -59,7 +59,7 @@ </para> <para> If Linux PAM is compiled with audit support the module will report - when it denies access based on origin (host or tty). + when it denies access based on origin (host or tty). </para> </refsect1> @@ -159,10 +159,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_access-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_access-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All services are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_cracklib/pam_cracklib.8.xml b/modules/pam_cracklib/pam_cracklib.8.xml index ee9a5917..2f1eecbc 100644 --- a/modules/pam_cracklib/pam_cracklib.8.xml +++ b/modules/pam_cracklib/pam_cracklib.8.xml @@ -376,10 +376,10 @@ </para> </refsect1> - <refsect1 id="pam_cracklib-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_cracklib-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>password</option> service is supported. + Only the <option>password</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_debug/pam_debug.8.xml b/modules/pam_debug/pam_debug.8.xml index db775067..3d85f4d8 100644 --- a/modules/pam_debug/pam_debug.8.xml +++ b/modules/pam_debug/pam_debug.8.xml @@ -171,11 +171,11 @@ </para> </refsect1> - <refsect1 id="pam_debug-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_debug-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_deny/pam_deny.8.xml b/modules/pam_deny/pam_deny.8.xml index 4f45fa9a..a9283582 100644 --- a/modules/pam_deny/pam_deny.8.xml +++ b/modules/pam_deny/pam_deny.8.xml @@ -38,11 +38,11 @@ <para>This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_deny-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_deny-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All services (<option>account</option>, <option>auth</option>, - <option>password</option> and <option>session</option>) are supported. + All module types (<option>account</option>, <option>auth</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_echo/pam_echo.8.xml b/modules/pam_echo/pam_echo.8.xml index 4f4c2428..d2873cc1 100644 --- a/modules/pam_echo/pam_echo.8.xml +++ b/modules/pam_echo/pam_echo.8.xml @@ -96,10 +96,12 @@ </variablelist> </refsect1> - <refsect1 id="pam_echo-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_echo-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All services are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. + </para> </refsect1> diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index ecf0355a..9e9a96a5 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -118,11 +118,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_env-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_env-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The <option>auth</option> and <option>session</option> services - are supported. + The <option>auth</option> and <option>session</option> module + types are provided. </para> </refsect1> diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml index 3ee5315e..1ee25cab 100644 --- a/modules/pam_exec/pam_exec.8.xml +++ b/modules/pam_exec/pam_exec.8.xml @@ -123,11 +123,11 @@ </para> </refsect1> - <refsect1 id="pam_exec-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_exec-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_faildelay/pam_faildelay.8.xml b/modules/pam_faildelay/pam_faildelay.8.xml index 57b3305a..57107203 100644 --- a/modules/pam_faildelay/pam_faildelay.8.xml +++ b/modules/pam_faildelay/pam_faildelay.8.xml @@ -68,10 +68,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_faildelay-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_faildelay-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_filter/pam_filter.8.xml b/modules/pam_filter/pam_filter.8.xml index faf97911..9a9d69b9 100644 --- a/modules/pam_filter/pam_filter.8.xml +++ b/modules/pam_filter/pam_filter.8.xml @@ -188,11 +188,11 @@ </para> </refsect1> - <refsect1 id="pam_filter-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_filter-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_ftp/pam_ftp.8.xml b/modules/pam_ftp/pam_ftp.8.xml index f99256c0..ea985c0d 100644 --- a/modules/pam_ftp/pam_ftp.8.xml +++ b/modules/pam_ftp/pam_ftp.8.xml @@ -105,10 +105,10 @@ </para> </refsect1> - <refsect1 id="pam_ftp-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_ftp-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_group/pam_group.8.xml b/modules/pam_group/pam_group.8.xml index 114d0c51..8c0770b8 100644 --- a/modules/pam_group/pam_group.8.xml +++ b/modules/pam_group/pam_group.8.xml @@ -65,10 +65,10 @@ <para>This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_group-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_group-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_issue/pam_issue.8.xml b/modules/pam_issue/pam_issue.8.xml index 916dd5e7..4254ea61 100644 --- a/modules/pam_issue/pam_issue.8.xml +++ b/modules/pam_issue/pam_issue.8.xml @@ -146,10 +146,10 @@ </para> </refsect1> - <refsect1 id="pam_issue-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_issue-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_keyinit/pam_keyinit.8.xml b/modules/pam_keyinit/pam_keyinit.8.xml index f3e64b3d..bcc50964 100644 --- a/modules/pam_keyinit/pam_keyinit.8.xml +++ b/modules/pam_keyinit/pam_keyinit.8.xml @@ -121,10 +121,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_keyinit-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_keyinit-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <emphasis remap='B'>session</emphasis> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_lastlog/pam_lastlog.8.xml b/modules/pam_lastlog/pam_lastlog.8.xml index a738402c..f066ac6a 100644 --- a/modules/pam_lastlog/pam_lastlog.8.xml +++ b/modules/pam_lastlog/pam_lastlog.8.xml @@ -140,10 +140,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_lastlog-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_lastlog-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml index 05c4d160..a4375e22 100644 --- a/modules/pam_limits/pam_limits.8.xml +++ b/modules/pam_limits/pam_limits.8.xml @@ -132,10 +132,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_limits-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_limits-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_listfile/pam_listfile.8.xml b/modules/pam_listfile/pam_listfile.8.xml index d33cdb1e..4c1fb1fd 100644 --- a/modules/pam_listfile/pam_listfile.8.xml +++ b/modules/pam_listfile/pam_listfile.8.xml @@ -175,11 +175,11 @@ </para> </refsect1> - <refsect1 id="pam_listfile-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_listfile-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + All module types (<option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_localuser/pam_localuser.8.xml b/modules/pam_localuser/pam_localuser.8.xml index cae98ca1..861fc35a 100644 --- a/modules/pam_localuser/pam_localuser.8.xml +++ b/modules/pam_localuser/pam_localuser.8.xml @@ -80,11 +80,11 @@ </para> </refsect1> - <refsect1 id="pam_localuser-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_localuser-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All services (<option>account</option>, <option>auth</option>, - <option>password</option> and <option>session</option>) are supported. + All module types (<option>account</option>, <option>auth</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_loginuid/pam_loginuid.8.xml b/modules/pam_loginuid/pam_loginuid.8.xml index 801c88f9..2a146b2c 100644 --- a/modules/pam_loginuid/pam_loginuid.8.xml +++ b/modules/pam_loginuid/pam_loginuid.8.xml @@ -57,10 +57,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_loginuid-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_loginuid-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_mail/pam_mail.8.xml b/modules/pam_mail/pam_mail.8.xml index 17677c73..a6dff870 100644 --- a/modules/pam_mail/pam_mail.8.xml +++ b/modules/pam_mail/pam_mail.8.xml @@ -193,12 +193,12 @@ </para> </refsect1> - <refsect1 id="pam_mail-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_mail-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The <emphasis remap='B'>session</emphasis> and - <emphasis remap='B'>auth</emphasis> (on establishment and - deletion of credentials) services are supported. + The <option>session</option> and + <option>auth</option> (on establishment and + deletion of credentials) module types are provided. </para> </refsect1> diff --git a/modules/pam_mkhomedir/pam_mkhomedir.8.xml b/modules/pam_mkhomedir/pam_mkhomedir.8.xml index aeb619f0..5d66ee23 100644 --- a/modules/pam_mkhomedir/pam_mkhomedir.8.xml +++ b/modules/pam_mkhomedir/pam_mkhomedir.8.xml @@ -95,10 +95,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_mkhomedir-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_mkhomedir-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_motd/pam_motd.8.xml b/modules/pam_motd/pam_motd.8.xml index 69e9efd8..7b9b2437 100644 --- a/modules/pam_motd/pam_motd.8.xml +++ b/modules/pam_motd/pam_motd.8.xml @@ -55,10 +55,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_motd-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_motd-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_namespace/pam_namespace.8.xml b/modules/pam_namespace/pam_namespace.8.xml index bb9b3e34..81328476 100644 --- a/modules/pam_namespace/pam_namespace.8.xml +++ b/modules/pam_namespace/pam_namespace.8.xml @@ -237,11 +237,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_namespace-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_namespace-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The <option>session</option> service is supported. The module must not - be called from multithreaded processes. + Only the <option>session</option> module type is provided. + The module must not be called from multithreaded processes. </para> </refsect1> diff --git a/modules/pam_nologin/pam_nologin.8.xml b/modules/pam_nologin/pam_nologin.8.xml index c9a81792..b30b6bed 100644 --- a/modules/pam_nologin/pam_nologin.8.xml +++ b/modules/pam_nologin/pam_nologin.8.xml @@ -68,11 +68,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_nologin-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_nologin-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The <option>auth</option> and <option>acct</option> services are - supported. + The <option>auth</option> and <option>acct</option> module + types are provided. </para> </refsect1> diff --git a/modules/pam_permit/pam_permit.8.xml b/modules/pam_permit/pam_permit.8.xml index 6ecc34ac..6bb49658 100644 --- a/modules/pam_permit/pam_permit.8.xml +++ b/modules/pam_permit/pam_permit.8.xml @@ -47,11 +47,12 @@ <para> This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_permit-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_permit-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + The <option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option> + module types are provided. </para> </refsect1> diff --git a/modules/pam_rhosts/pam_rhosts.8.xml b/modules/pam_rhosts/pam_rhosts.8.xml index 194f956e..eb96371d 100644 --- a/modules/pam_rhosts/pam_rhosts.8.xml +++ b/modules/pam_rhosts/pam_rhosts.8.xml @@ -89,10 +89,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_rhosts-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_rhosts-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_rootok/pam_rootok.8.xml b/modules/pam_rootok/pam_rootok.8.xml index ed26d357..e2d2441f 100644 --- a/modules/pam_rootok/pam_rootok.8.xml +++ b/modules/pam_rootok/pam_rootok.8.xml @@ -54,10 +54,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_rootok-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_rootok-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> type is provided. </para> </refsect1> diff --git a/modules/pam_securetty/pam_securetty.8.xml b/modules/pam_securetty/pam_securetty.8.xml index 0ba44413..dd57705b 100644 --- a/modules/pam_securetty/pam_securetty.8.xml +++ b/modules/pam_securetty/pam_securetty.8.xml @@ -64,10 +64,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_securetty-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_securetty-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> service is supported. + Only the <option>auth</option> module type is provided. </para> </refsect1> diff --git a/modules/pam_selinux/pam_selinux.8.xml b/modules/pam_selinux/pam_selinux.8.xml index d9ff1770..3db26d04 100644 --- a/modules/pam_selinux/pam_selinux.8.xml +++ b/modules/pam_selinux/pam_selinux.8.xml @@ -170,10 +170,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_selinux-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_selinux-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> @@ -211,7 +211,7 @@ <title>EXAMPLES</title> <programlisting> auth required pam_unix.so -session required pam_permit.so +session required pam_permit.so session optional pam_selinux.so </programlisting> </refsect1> diff --git a/modules/pam_sepermit/pam_sepermit.8.xml b/modules/pam_sepermit/pam_sepermit.8.xml index c2546b62..da4153bf 100644 --- a/modules/pam_sepermit/pam_sepermit.8.xml +++ b/modules/pam_sepermit/pam_sepermit.8.xml @@ -87,11 +87,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_sepermit-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_sepermit-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>auth</option> and <option>account</option> - services are supported. + The <option>auth</option> and <option>account</option> + module types are provided. </para> </refsect1> diff --git a/modules/pam_shells/pam_shells.8.xml b/modules/pam_shells/pam_shells.8.xml index 72191da8..c197a989 100644 --- a/modules/pam_shells/pam_shells.8.xml +++ b/modules/pam_shells/pam_shells.8.xml @@ -41,11 +41,11 @@ <para> This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_shells-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_shells-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option> and <option>account</option> - are supported. + The <option>auth</option> and <option>account</option> + module types are provided. </para> </refsect1> diff --git a/modules/pam_succeed_if/pam_succeed_if.8.xml b/modules/pam_succeed_if/pam_succeed_if.8.xml index e377ae86..c99f6be5 100644 --- a/modules/pam_succeed_if/pam_succeed_if.8.xml +++ b/modules/pam_succeed_if/pam_succeed_if.8.xml @@ -215,10 +215,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_succeed_if-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_succeed_if-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All services are supported. + All module types (<option>account</option>, <option>auth</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_tally/pam_tally.8.xml b/modules/pam_tally/pam_tally.8.xml index bd86e80f..831ee1a5 100644 --- a/modules/pam_tally/pam_tally.8.xml +++ b/modules/pam_tally/pam_tally.8.xml @@ -119,7 +119,7 @@ <listitem> <para> This can be used for <emphasis>auth</emphasis> and - <emphasis>account</emphasis> services. + <emphasis>account</emphasis> module types. </para> <variablelist> <varlistentry> @@ -348,11 +348,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_tally-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_tally-types"> + <title>MODULE TYPES PROVIDED</title> <para> The <option>auth</option> and <option>account</option> - services are supported. + module types are provided. </para> </refsect1> diff --git a/modules/pam_time/pam_time.8.xml b/modules/pam_time/pam_time.8.xml index 490a793c..8e7f222c 100644 --- a/modules/pam_time/pam_time.8.xml +++ b/modules/pam_time/pam_time.8.xml @@ -49,7 +49,7 @@ </para> <para> If Linux PAM is compiled with audit support the module will report - when it denies access. + when it denies access. </para> </refsect1> @@ -83,10 +83,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_time-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_time-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>account</option> service is supported. + Only the <option>account</option> type is provided. </para> </refsect1> diff --git a/modules/pam_tty_audit/pam_tty_audit.8.xml b/modules/pam_tty_audit/pam_tty_audit.8.xml index f6f0602f..005d2e85 100644 --- a/modules/pam_tty_audit/pam_tty_audit.8.xml +++ b/modules/pam_tty_audit/pam_tty_audit.8.xml @@ -80,10 +80,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_tty_audit-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_tty_audit-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <emphasis remap='B'>session</emphasis> service is supported. + Only the <emphasis remap='B'>session</emphasis> type is supported. </para> </refsect1> diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 43eba83b..b2858b57 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -141,10 +141,10 @@ </para> </refsect1> - <refsect1 id="pam_umask-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_umask-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> type is provided. </para> </refsect1> diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index e6a5e7fc..32565b1f 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -85,7 +85,7 @@ </para> <para> - The session component of this module logs when a user logins + The session component of this module logs when a user logins or leave the system. </para> @@ -314,10 +314,11 @@ </para> </refsect1> - <refsect1 id="pam_unix-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_unix-types"> + <title>MODULE TYPES PROVIDED</title> <para> - All service are supported. + All module types (<option>account</option>, <option>auth</option>, + <option>password</option> and <option>session</option>) are provided. </para> </refsect1> diff --git a/modules/pam_userdb/pam_userdb.8.xml b/modules/pam_userdb/pam_userdb.8.xml index ea2ebfe6..ba971526 100644 --- a/modules/pam_userdb/pam_userdb.8.xml +++ b/modules/pam_userdb/pam_userdb.8.xml @@ -189,11 +189,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_userdb-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_userdb-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option> and <option>account</option> - are supported. + The <option>auth</option> and <option>account</option> module + types are provided. </para> </refsect1> diff --git a/modules/pam_warn/pam_warn.8.xml b/modules/pam_warn/pam_warn.8.xml index 04f29283..1764ec92 100644 --- a/modules/pam_warn/pam_warn.8.xml +++ b/modules/pam_warn/pam_warn.8.xml @@ -38,11 +38,12 @@ <para>This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_warn-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_warn-types"> + <title>MODULE TYPES PROVIDED</title> <para> - The services <option>auth</option>, <option>account</option>, - <option>password</option> and <option>session</option> are supported. + The <option>auth</option>, <option>account</option>, + <option>password</option> and <option>session</option> module + types are provided. </para> </refsect1> diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml index 1a344d08..c0ae68c6 100644 --- a/modules/pam_wheel/pam_wheel.8.xml +++ b/modules/pam_wheel/pam_wheel.8.xml @@ -130,11 +130,11 @@ </variablelist> </refsect1> - <refsect1 id="pam_wheel-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_wheel-types"> + <title>MODULE TYPES PROVIDED</title> <para> The <emphasis remap='B'>auth</emphasis> and - <emphasis remap='B'>account</emphasis> services are supported. + <emphasis remap='B'>account</emphasis> module types are provided. </para> </refsect1> diff --git a/modules/pam_xauth/pam_xauth.8.xml b/modules/pam_xauth/pam_xauth.8.xml index 78184fdb..353f1b6e 100644 --- a/modules/pam_xauth/pam_xauth.8.xml +++ b/modules/pam_xauth/pam_xauth.8.xml @@ -147,10 +147,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_xauth-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_xauth-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <emphasis remap='B'>session</emphasis> service is supported. + Only the <emphasis remap='B'>session</emphasis> type is provided. </para> </refsect1> diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index be4181a5..1d88241e 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2008-04-18 14:20+0200\n" +"POT-Creation-Date: 2008-08-14 17:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -228,17 +228,17 @@ msgstr "" msgid "BAD PASSWORD: %s" msgstr "" -#: modules/pam_exec/pam_exec.c:134 +#: modules/pam_exec/pam_exec.c:135 #, c-format msgid "%s failed: exit code %d" msgstr "" -#: modules/pam_exec/pam_exec.c:143 +#: modules/pam_exec/pam_exec.c:144 #, c-format msgid "%s failed: caught signal %d%s" msgstr "" -#: modules/pam_exec/pam_exec.c:152 +#: modules/pam_exec/pam_exec.c:153 #, c-format msgid "%s failed: unknown status 0x%x" msgstr "" @@ -321,51 +321,47 @@ msgstr "" msgid "Unable to create directory %s: %m" msgstr "" -#: modules/pam_selinux/pam_selinux.c:164 +#: modules/pam_selinux/pam_selinux.c:172 msgid "Would you like to enter a security context? [N] " msgstr "" -#: modules/pam_selinux/pam_selinux.c:181 modules/pam_selinux/pam_selinux.c:265 +#: modules/pam_selinux/pam_selinux.c:191 modules/pam_selinux/pam_selinux.c:282 msgid "role:" msgstr "" -#: modules/pam_selinux/pam_selinux.c:193 modules/pam_selinux/pam_selinux.c:282 +#: modules/pam_selinux/pam_selinux.c:204 modules/pam_selinux/pam_selinux.c:316 msgid "level:" msgstr "" -#: modules/pam_selinux/pam_selinux.c:206 modules/pam_selinux/pam_selinux.c:313 +#: modules/pam_selinux/pam_selinux.c:219 modules/pam_selinux/pam_selinux.c:349 msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:251 +#: modules/pam_selinux/pam_selinux.c:265 #, c-format msgid "Default Security Context %s\n" msgstr "" -#: modules/pam_selinux/pam_selinux.c:255 +#: modules/pam_selinux/pam_selinux.c:269 msgid "Would you like to enter a different role or level?" msgstr "" -#: modules/pam_selinux/pam_selinux.c:269 +#: modules/pam_selinux/pam_selinux.c:285 #, c-format msgid "No default type for role %s\n" msgstr "" -#: modules/pam_selinux/pam_selinux.c:522 +#: modules/pam_selinux/pam_selinux.c:661 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:578 -msgid "Requested MLS level not in permitted range" -msgstr "" - -#: modules/pam_selinux/pam_selinux.c:628 +#: modules/pam_selinux/pam_selinux.c:712 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:649 +#: modules/pam_selinux/pam_selinux.c:733 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -402,56 +398,65 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:746 +#: modules/pam_tally/pam_tally.c:537 +#, c-format +msgid "Account temporary locked (%lds seconds left)" +msgstr "" + +#: modules/pam_tally/pam_tally.c:562 +msgid "Accounted locked due to " +msgstr "" + +#: modules/pam_tally/pam_tally.c:773 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:747 +#: modules/pam_tally/pam_tally.c:774 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:748 +#: modules/pam_tally/pam_tally.c:775 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:749 +#: modules/pam_tally/pam_tally.c:776 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:765 +#: modules/pam_tally/pam_tally.c:792 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:769 +#: modules/pam_tally/pam_tally.c:796 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" -#: modules/pam_tally/pam_tally.c:781 +#: modules/pam_tally/pam_tally.c:808 #, c-format msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:855 +#: modules/pam_tally/pam_tally.c:882 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:229 modules/pam_unix/pam_unix_acct.c:251 +#: modules/pam_unix/pam_unix_acct.c:228 modules/pam_unix/pam_unix_acct.c:250 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:237 +#: modules/pam_unix/pam_unix_acct.c:236 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:243 +#: modules/pam_unix/pam_unix_acct.c:242 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 modules/pam_unix/pam_unix_acct.c:268 +#: modules/pam_unix/pam_unix_acct.c:260 modules/pam_unix/pam_unix_acct.c:267 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -459,7 +464,7 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:273 +#: modules/pam_unix/pam_unix_acct.c:272 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" |