diff options
| author | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-11 00:38:08 +0000 |
|---|---|---|
| committer | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-11 00:38:08 +0000 |
| commit | c878e5dc4ea5be194cea58dda34d2100f9ec6bf0 (patch) | |
| tree | c869a59dcefe54e013f622cf06bd3bc2b3f0b998 /roundcubemail/config | |
| parent | be238ce5aad5c5a828cc616bf085dc9d5cb763e9 (diff) | |
implemented making the search fields drop down names nice
git-svn-id: https://svn.roundcube.net/trunk@99 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e7ccc913d..14f6eaa29 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -138,7 +138,7 @@ $rcmail_config['ldap_public'] = false; $rcmail_config['ldap_public']['Verisign'] = array('hosts' => array('directory.verisign.com'), 'port' => 389, 'base_dn' => '', - 'search_fields' => array('mail', 'cn'), + 'search_fields' => array('Email' => 'mail', 'Name' => 'cn'), 'name_field' => 'cn', 'mail_field' => 'mail', 'scope' => 'sub', |
