xref: /dokuwiki/lib/plugins/authldap/conf/default.php (revision 62147bf8b4df365c8f4e0cf74f115edd2d154406)
1<?php
2
3$conf['port'] = 389;
4
5$conf['groupkey']   = 'cn';
6$conf['userscope']  = 'sub';
7$conf['groupscope'] = 'sub';