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