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