diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 15:58:51 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 15:58:51 +0000 |
| commit | 0bc5b0fb497dd1ee40e07e97da38e48358671293 (patch) | |
| tree | e620329ff0e1957d4fd9d4bee2054b53090816f4 /roundcubemail/config | |
| parent | 41f5f34bfab757747617a5d58b4f7fadf6e0d358 (diff) | |
Use global filters and bind username/ for Ldap searches (#1484159)
git-svn-id: https://svn.roundcube.net/trunk@563 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 894dfa4d8..d11888dc3 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 */ |
