From a51420908555026339ec490fae346dfca4d9eb28 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 1 Aug 2010 08:49:15 +0000 Subject: - Added ldap_simple driver git-svn-id: https://svn.roundcube.net/trunk@3850 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/password/config.inc.php.dist') diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 4030c008a..9ac71aef7 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -79,8 +79,8 @@ $rcmail_config['password_pop_port'] = 106; $rcmail_config['password_saslpasswd_args'] = ''; -// LDAP Driver options -// ------------------- +// LDAP and LDAP_SIMPLE Driver options +// ----------------------------------- // LDAP server name to connect to. // You can provide one or several hosts in an array in which case the hosts are tried from left to right. // Exemple: array('ldap1.exemple.com', 'ldap2.exemple.com'); -- cgit v1.2.3