diff options
| author | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-08 07:15:44 +0000 |
|---|---|---|
| committer | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-08 07:15:44 +0000 |
| commit | befd30a86846679f86c8a95223ae89e8ad6050b9 (patch) | |
| tree | 54fa8fea2022951c1e1cdb5661da26c767a4a536 /roundcubemail/config | |
| parent | e381c2220d0e383f1ea287d7ce325133bd1d4e38 (diff) | |
adding files and modifications for public ldap search
git-svn-id: https://svn.roundcube.net/trunk@95 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 17beaf188..e7ccc913d 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -131,6 +131,20 @@ $rcmail_config['generic_message_footer'] = ''; // this string is used as a delimiter for message headers when sending $rcmail_config['mail_header_delimiter'] = "\r\n"; +// public ldap servers to search for contacts +$rcmail_config['ldap_public'] = false; + +/** example config for Verisign directory +$rcmail_config['ldap_public']['Verisign'] = array('hosts' => array('directory.verisign.com'), + 'port' => 389, + 'base_dn' => '', + 'search_fields' => array('mail', 'cn'), + 'name_field' => 'cn', + 'mail_field' => 'mail', + 'scope' => 'sub', + 'fuzzy_search' => 0); +**/ + /***** these settings can be overwritten by user's preferences *****/ |
