xref: /plugin/pureldap/conf/default.php (revision b914569fe2bf0cc586f78951bd0c636bc6597916)
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'] = array();
11$conf['port'] = '';
12
13$conf['encryption'] = 'none';
14$conf['validate'] = 'strict';
15
16$conf['admin_username'] = '';
17$conf['admin_password'] = '';
18
19$conf['attributes'] = array();
20$conf['page_size'] = 150;
21