<?php
/**
 * Options for the ldapsearch plugin
 */
$conf['name'] = "";
$conf['hostname'] = "";
$conf['port'] = "";
$conf['basedn'] = "";
$conf['binddn'] = "";
$conf['bindpassword'] = "";
$conf['attributes'] = "";
$conf['scope'] = "";
$conf['allow_overrides'] = 0;
