xref: /plugin/pureldap/conf/default.php (revision 6d90d5c87387cafcb884bda8c1b3c7ab80656146)
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_user'] = '';
17$conf['admin_password'] = '';
18