# -*-fundamental-*- # # $Id: become.conf,v 1.1 1997/08/20 16:30:01 mdw Exp $ # # Become configuration file (empty) # #----- Brief overview of syntax --------------------------------------------- # # Allow lines: # # `allow' [`[' HOST-CLASS `]'] [FROM-USER-CLASS] `->' # [TO-USER-CLASS] [`:' COMMAND-CLASS] `;' # # Classes: # # STRING | NAME | CLASS `&' CLASS | CLASS `|' CLASS | # CLASS `-' CLASS | CLASS `,' CLASS # # Class definitions: # # { `host' | `user' | `command' } NAME `=' CLASS # # Predefined classes: # # * For each user `foo', a user class `foo' containing the user. # * For each group `bar', a user class `bar' containing the group members. # * For each netgroup `splat', a user class `u_splat' and a host class # `h_splat' containing the users and hosts listed. # # Remember: # # * An unquoted name refers to a class. Remember that user class `foo' # by default contains the user `foo' /and/ all the members of group # `foo'. So quote usernames unless you really mean the entire group. # # * Linebreaks are ignored, except in comments and quoted strings. # Don't try to backslash-escape newlines, because (a) you don't need # to, and (b) Become's parser will get confused. # # For more information, see the manual.