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