diff options
author | thomascube <thomas@roundcube.net> | 2007-09-09 17:58:13 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-09 17:58:13 +0000 |
commit | 03b27176ef522cdf1cfbe44d426592ab86932781 (patch) | |
tree | 60f571b637175a78ce84b1bfab2347a6fcdabb92 /config | |
parent | bd4209e20979f43ccacae81ef5ce4adc80018ee2 (diff) |
Applied patch for LDAP version (#1484552)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 4cf7b7f86..ce6396da8 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -199,6 +199,7 @@ $rcmail_config['mail_header_delimiter'] = NULL; * 'base_dn' => '', * 'bind_dn' => '', * 'bind_pass' => '', + * 'ldap_version' => 3, // using LDAPv3 * '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 |