<?php
/**
 * Options for the groupmgr plugin
 *
 * @author Alex Forencich <alex@alexforencich.com>
 */


$meta['forbidden_groups'] = array('string');
$meta['require_conf_namespace'] = array('onoff');
$meta['conf_namespace'] = array('string');

