summaryrefslogtreecommitdiff
path: root/modules/pam_group/group.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_group/group.conf.5')
-rw-r--r--modules/pam_group/group.conf.520
1 files changed, 14 insertions, 6 deletions
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>.