Previous: groups Statement Definition and Grammar, Up: groups
remotes { ctl { # ... } alice { # ... } bob { # ... } } groups { admins { alice, bob } } # example usage: control { # ... allow ctl, admins; }