1<?php
2/**
3 * Sample group configuration file.
4 *
5 * @author  Ivan Novakov http://novakov.cz/
6 * @license http://debug.cz/license/bsd-3-clause BSD 3 Clause
7 * @link https://github.com/ivan-novakov/dokuwiki-shibboleth-auth
8 */
9return array(
10    'custom_group_1' => array(
11        'tester',
12        'foobar'
13    ),
14
15    'custom_group_2' => array(
16        'novakoi',
17        'tester'
18    )
19);