1<?php
2/**
3 * Options for the groupmanager plugin
4 *
5 * @author Harald Ronge <harald@turtur.nl>
6 * original author Alex Forencich <alex@alexforencich.com>
7 */
8
9
10$meta['forbidden_groups'] = array('string');
11$meta['require_conf_namespace'] = array('onoff');
12$meta['conf_namespace'] = array('string');
13$meta['allow_add_user'] = array('onoff');
14$meta['allow_delete_user'] = array('onoff');
15
16