<?php
/**
 * Sample group configuration file.
 * 
 * @author  Ivan Novakov http://novakov.cz/
 * @license http://debug.cz/license/bsd-3-clause BSD 3 Clause 
 * @link https://github.com/ivan-novakov/dokuwiki-shibboleth-auth
 */
return array(
    'custom_group_1' => array(
        'tester',
        'foobar'
    ),
    
    'custom_group_2' => array(
        'novakoi',
        'tester'
    )
);