1<?php
2/**
3 * Options for the ldapsearch plugin
4 */
5$conf['name'] = "";
6$conf['hostname'] = "";
7$conf['port'] = "";
8$conf['basedn'] = "";
9$conf['binddn'] = "";
10$conf['bindpassword'] = "";
11$conf['attributes'] = "";
12$conf['scope'] = "";
13$conf['allow_overrides'] = 0;
14