From cd67494a9c6f7ca3d9727e87db46249328425ebf Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 06 Jun 2008 05:38:30 -0400 Subject: [PATCH] - TLS support in LDAP connections: 'use_tls' property (#1485104) --- 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 c58f010..5d43c1a 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -247,6 +247,7 @@ * '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. -- Gitblit v1.9.1