xref: /plugin/pureldap/conf/default.php (revision 4b0f7b759b9aafb7c3fecc594f35b6bd0f8480fd)
1<?php
2/**
3 * Default settings for the pureldap plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$conf['base_dn'] = '';
9
10$conf['servers'] = [];
11$conf['port'] = '';
12
13$conf['encryption'] = 'none';
14$conf['validate'] = 'strict';
15
16$conf['admin_username'] = '';
17$conf['admin_password'] = '';
18
19$conf['page_size'] = 150;
20