diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-03-24 14:34:58 +0100 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-03-24 14:34:58 +0100 |
commit | eb9cd6f43132b2a7b54c621b4a80adf176628d20 (patch) | |
tree | 82a21c3fd5df8b164012146474b545b53805e6cc /modules/pam_group/group.conf.5.xml | |
parent | d8a664cac10bf857cc0ab4d38be028ba39e5fcbc (diff) | |
download | pam-eb9cd6f43132b2a7b54c621b4a80adf176628d20.tar.gz pam-eb9cd6f43132b2a7b54c621b4a80adf176628d20.tar.bz2 pam-eb9cd6f43132b2a7b54c621b4a80adf176628d20.zip |
Enhance group.conf examples (Ticket#35)
* modules/pam_group/group.conf.5.xml: Enhance example by logic group entry.
Diffstat (limited to 'modules/pam_group/group.conf.5.xml')
-rw-r--r-- | modules/pam_group/group.conf.5.xml | 6 |
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*&!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> |