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 | |
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')
-rw-r--r-- | modules/pam_group/README | 2 | ||||
-rw-r--r-- | modules/pam_group/group.conf.5 | 20 | ||||
-rw-r--r-- | modules/pam_group/group.conf.5.xml | 11 | ||||
-rw-r--r-- | modules/pam_group/pam_group.8 | 7 | ||||
-rw-r--r-- | modules/pam_group/pam_group.8.xml | 5 |
5 files changed, 31 insertions, 14 deletions
diff --git a/modules/pam_group/README b/modules/pam_group/README index 71359bf1..2e1e37a5 100644 --- a/modules/pam_group/README +++ b/modules/pam_group/README @@ -40,6 +40,6 @@ Running 'xsh' on tty* (any ttyXXX device), the user 'sword' is given access to games (through membership of the floppy group) after work hours. xsh; tty* ;sword;!Wk0900-1800;games, sound - xsh; tty* ;*;Al0900-1800;floppy + diff --git a/modules/pam_group/group.conf.5 b/modules/pam_group/group.conf.5 index 3c597c7c..0e36ebf4 100644 --- a/modules/pam_group/group.conf.5 +++ b/modules/pam_group/group.conf.5 @@ -1,11 +1,11 @@ .\" Title: group.conf .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/> -.\" Date: 06/09/2006 +.\" Date: 06/21/2006 .\" Manual: Linux\-PAM Manual .\" Source: Linux\-PAM Manual .\" -.TH "GROUP.CONF" "5" "06/09/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "GROUP.CONF" "5" "06/21/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -56,20 +56,28 @@ These are some example lines which might be specified in \fI/etc/security/group.conf\fR. .PP Running 'xsh' on tty* (any ttyXXX device), the user 'us' is given access to the floppy (through membership of the floppy group) -.PP +.sp +.RS 3n +.nf xsh;tty*&!ttyp*;us;Al0000\-2400;floppy +.fi +.RE .PP Running 'xsh' on tty* (any ttyXXX device), the user 'sword' is given access to games (through membership of the floppy group) after work hours. -.PP +.sp +.RS 3n +.nf xsh; tty* ;sword;!Wk0900\-1800;games, sound -.PP xsh; tty* ;*;Al0900\-1800;floppy + +.fi +.RE .SH "SEE ALSO" .PP \fBpam_group\fR(8), \fBpam.d\fR(5), \fBpam\fR(8) -.SH "AUTHORS" +.SH "AUTHOR" .PP pam_group was written by Andrew G. Morgan <morgan@kernel.org>. 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> diff --git a/modules/pam_group/pam_group.8 b/modules/pam_group/pam_group.8 index a72a66dc..7058f1aa 100644 --- a/modules/pam_group/pam_group.8 +++ b/modules/pam_group/pam_group.8 @@ -1,11 +1,11 @@ .\" Title: pam_group .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/> -.\" Date: 06/02/2006 +.\" Date: 06/22/2006 .\" Manual: Linux\-PAM Manual .\" Source: Linux\-PAM Manual .\" -.TH "PAM_GROUP" "8" "06/02/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "PAM_GROUP" "8" "06/22/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -36,6 +36,9 @@ file. If the user is granted any groups based on the behavior of this module, th to those entries \fI/etc/group\fR (or equivalent). +.SH "OPTIONS" +.PP +This module does not recognice any options. .SH "MODULE SERVICES PROVIDED" .PP Only the diff --git a/modules/pam_group/pam_group.8.xml b/modules/pam_group/pam_group.8.xml index 6e6c0498..61c7eef1 100644 --- a/modules/pam_group/pam_group.8.xml +++ b/modules/pam_group/pam_group.8.xml @@ -60,6 +60,11 @@ </para> </refsect1> + <refsect1 id="pam_group-options"> + <title>OPTIONS</title> + <para>This module does not recognice any options.</para> + </refsect1> + <refsect1 id="pam_group-services"> <title>MODULE SERVICES PROVIDED</title> <para> |