]> granicus.if.org Git - linux-pam/commitdiff
Enhance group.conf examples (Ticket#35)
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 24 Mar 2015 13:34:58 +0000 (14:34 +0100)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 24 Mar 2015 13:34:58 +0000 (14:34 +0100)
* modules/pam_group/group.conf.5.xml: Enhance example by logic group entry.

modules/pam_group/group.conf.5.xml

index 3a7e3f5d49684eab1468411fb4400182c9be2a0a..fc5370f580fa6665cefd2dd3e83c9602863111e5 100644 (file)
     <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>