summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-08-15 20:28:01 +0000
committerthomascube <thomas@roundcube.net>2007-08-15 20:28:01 +0000
commit6b603da6f16591b63f809ef967554d260bd0d891 (patch)
treeb941a1e65acd1f9b49e5a34ea277c4b6a388d765 /config
parent88f66ec89cf87328536757ac33e508a9614bdc09 (diff)
LDAP improvements
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d11888dc3..a5b94d979 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -202,8 +202,10 @@ $rcmail_config['mail_header_delimiter'] = NULL;
* '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
+ * 'surname_field' => 'sn', // this field represents the contact's last name
+ * 'firstname_field' => 'gn', // this field represents the contact's first name
* 'scope' => 'sub', // search mode: sub|base|list
- * 'filter' => '', // will be &'d with search field ex: (status=act)
+ * 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. ex: (status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/