<?php
/**
 * Default settings for the pureldap plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$conf['base_dn'] = '';

$conf['servers'] = [];
$conf['port'] = '';

$conf['encryption'] = 'none';
$conf['validate'] = 'strict';

$conf['admin_user'] = '';
$conf['admin_password'] = '';
