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