summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-06 09:38:30 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-06 09:38:30 +0000
commit0d60182b7afd1f301e8beb62dbb9f90f888b4795 (patch)
tree61dbc5d777ad41b701917911184fc395439ba481 /roundcubemail/config
parent247039e1a2f5619009ed054733b320bba4038227 (diff)
- TLS support in LDAP connections: 'use_tls' property (#1485104)
git-svn-id: https://svn.roundcube.net/trunk@1481 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index c58f010d2..5d43c1a7d 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -247,6 +247,7 @@ $rcmail_config['address_book_type'] = 'sql';
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
+ * 'use_tls' => false,
* 'user_specific' => false, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
* // %fu - The full username provided, assumes the username is an email
* // address, uses the username_domain value if not an email address.