xref: /plugin/pureldap/conf/default.php (revision 0f498d06932ad0cbbdcc8844b96d4913174c7968)
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$conf['suffix'] = '';
10
11$conf['servers'] = array();
12$conf['port'] = '';
13
14$conf['encryption'] = 'none';
15$conf['validate'] = 'strict';
16
17$conf['admin_username'] = '';
18$conf['admin_password'] = '';
19
20$conf['attributes'] = array();
21$conf['primarygroup'] = 'Domain Users';
22$conf['recursivegroups'] = 0;
23$conf['expirywarn'] = 0;
24$conf['usefscache'] = 1;
25$conf['page_size'] = 150;
26
27$conf['sso'] = 0;
28$conf['sso_charset'] = '';
29