From e3caaf59c20fd556364f838ae6082b3e2fba6d56 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 17 May 2007 15:58:51 +0000 Subject: Use global filters and bind username/ for Ldap searches (#1484159) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 894dfa4d8..d11888dc3 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -197,10 +197,13 @@ $rcmail_config['mail_header_delimiter'] = NULL; * 'hosts' => array('directory.verisign.com'), * 'port' => 389, * 'base_dn' => '', + * 'bind_dn' => '', + * 'bind_pass' => '', * 'search_fields' => array('mail', 'cn'), // fields to search in * 'name_field' => 'cn', // this field represents the contact's name * 'email_field' => 'mail', // this field represents the contact's e-mail * 'scope' => 'sub', // search mode: sub|base|list + * 'filter' => '', // will be &'d with search field ex: (status=act) * 'fuzzy_search' => true); // server allows wildcard search */ -- cgit v1.2.3