Previous: , Up: groups   [Contents][Index]


A.5.3 Examples

remotes {
  ctl {
    # ...
  }
  alice {
    # ...
  }
  bob {
    # ...
  }
}

groups {
  admins { alice, bob }
}

# example usage:
control {
  # ...
  allow ctl, admins;
}