diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-22 19:44:29 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-22 19:44:29 +0000 |
commit | 1cbeedd65b10f4eee830e3d222519b2701050f77 (patch) | |
tree | 7195310ae8c00f66bd864b990f16d2927bf1d1d3 /modules/pam_group/group.conf.5.xml | |
parent | 903c285ef795257c6799bfc8b99d7eb9aa182a25 (diff) | |
download | pam-1cbeedd65b10f4eee830e3d222519b2701050f77.tar.gz pam-1cbeedd65b10f4eee830e3d222519b2701050f77.tar.bz2 pam-1cbeedd65b10f4eee830e3d222519b2701050f77.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-06-23 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_access/access.conf.5.xml: Fix syntax for SAG.
* modules/pam_access/pam_access.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_env/pam_env.conf.5.xml: Likewise.
* modules/pam_group/group.conf.5.xml: Likewise.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_limits/limits.conf.5.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_time/time.conf.5.xml: Likewise.
* modules/pam_access/access.conf.5: Regenerate.
* modules/pam_access/pam_access.8: Likewise.
* modules/pam_deny/pam_deny.8: Likewise.
* modules/pam_echo/README: Likewise.
* modules/pam_echo/pam_echo.8: Likewise.
* modules/pam_env/pam_env.8: Likewise.
* modules/pam_env/pam_env.conf.5: Likewise.
* modules/pam_group/README: Likewise.
* modules/pam_group/group.conf.5: Likewise.
* modules/pam_group/pam_group.8: Likewise.
* modules/pam_limits/limits.conf.5: Likewise.
* modules/pam_listfile/README: Likewise.
* modules/pam_listfile/pam_listfile.8: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8: Likewise.
* modules/pam_time/pam_time.8: Likewise.
* modules/pam_time/time.conf.5: Likewise.
* doc/man/Makefile.am: Add pam.conf-desc.xml, pam.conf-dir.xml
and pam.conf-syntax.xml.
* doc/man/pam.conf.5.xml: Split into different pieces for SAG.
* doc/man/pam.conf.5: Regenerated.
* doc/man/pam.conf-desc.xml: New.
* doc/man/pam.conf-dir.xml: New.
* doc/man/pam.conf-syntax.xml: New.
Diffstat (limited to 'modules/pam_group/group.conf.5.xml')
-rw-r--r-- | modules/pam_group/group.conf.5.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/pam_group/group.conf.5.xml b/modules/pam_group/group.conf.5.xml index 7cab1d49..9c008eb0 100644 --- a/modules/pam_group/group.conf.5.xml +++ b/modules/pam_group/group.conf.5.xml @@ -101,15 +101,16 @@ Running 'xsh' on tty* (any ttyXXX device), the user 'us' is given access to the floppy (through membership of the floppy group) </para> - <para>xsh;tty*&!ttyp*;us;Al0000-2400;floppy</para> + <programlisting>xsh;tty*&!ttyp*;us;Al0000-2400;floppy</programlisting> <para> Running 'xsh' on tty* (any ttyXXX device), the user 'sword' is given access to games (through membership of the floppy group) after work hours. </para> - <para>xsh; tty* ;sword;!Wk0900-1800;games, sound</para> - <para>xsh; tty* ;*;Al0900-1800;floppy</para> - + <programlisting> +xsh; tty* ;sword;!Wk0900-1800;games, sound +xsh; tty* ;*;Al0900-1800;floppy + </programlisting> </refsect1> <refsect1 id="group.conf-see_also"> @@ -122,7 +123,7 @@ </refsect1> <refsect1 id="group.conf-author"> - <title>AUTHORS</title> + <title>AUTHOR</title> <para> pam_group was written by Andrew G. Morgan <morgan@kernel.org>. </para> |