xref: /plugin/pureldap/conf/default.php (revision 9446f9efcf6a07f32e7ce6e6706899c1a2a9ef42)
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