1<?php
2/**
3 * Default settings for the groupmgr plugin
4 *
5 * @author Alex Forencich <alex@alexforencich.com>
6 */
7
8$conf['forbidden_groups'] = "";
9$conf['require_conf_namespace'] = 1;
10$conf['conf_namespace'] = "groupmgr";
11