xref: /plugin/pureldap/conf/default.php (revision bf69b89c042d8a8a10fdd1dd78cc14b8f933bfe1)
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['page_size'] = 150;
23
24$conf['sso'] = 0;
25$conf['sso_charset'] = '';
26