-- This is an example group config file (-*- Lua -*-) -- Note that gitano *can* rewrite these files, so don't expect the comments to -- remain. -- Mandatory, string, may be empty description = "Example group" -- Mandatory, array-type-table, may be empty members = { -- Each entry must be a string if present "dsilvers" } -- Mandatory, array-type-table, may be empty subgroups = { -- Each entry must be a string if present "admins" }