summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2015-03-24 14:34:58 +0100
committerThorsten Kukuk <kukuk@thkukuk.de>2015-03-24 14:34:58 +0100
commiteb9cd6f43132b2a7b54c621b4a80adf176628d20 (patch)
tree82a21c3fd5df8b164012146474b545b53805e6cc /modules
parentd8a664cac10bf857cc0ab4d38be028ba39e5fcbc (diff)
Enhance group.conf examples (Ticket#35)
* modules/pam_group/group.conf.5.xml: Enhance example by logic group entry.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_group/group.conf.5.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_group/group.conf.5.xml b/modules/pam_group/group.conf.5.xml
index 3a7e3f5d..fc5370f5 100644
--- a/modules/pam_group/group.conf.5.xml
+++ b/modules/pam_group/group.conf.5.xml
@@ -106,11 +106,11 @@
<programlisting>xsh;tty*&amp;!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.
+ Running 'xsh' on tty* (any ttyXXX device), the users 'sword', 'pike' and
+ 'shield' are given access to games (through membership of the floppy group) after work hours.
</para>
<programlisting>
-xsh; tty* ;sword;!Wk0900-1800;games, sound
+xsh; tty* ;sword|pike|shield;!Wk0900-1800;games, sound
xsh; tty* ;*;Al0900-1800;floppy
</programlisting>
<para>