Previous: groups Statement Definition and Grammar, Up: groups


A.5.3 Examples

     remotes {
       ctl {
         # ...
       }
       alice {
         # ...
       }
       bob {
         # ...
       }
     }
     
     groups {
       admins { alice, bob }
     }
     
     # example usage:
     control {
       # ...
       allow ctl, admins;
     }