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