diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-01 08:49:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-01 08:49:15 +0000 |
| commit | a51420908555026339ec490fae346dfca4d9eb28 (patch) | |
| tree | e08f4e157932a5dd1f431a10006f780df6d766eb /plugins/password/config.inc.php.dist | |
| parent | 22f2a38247bf4b7032f126fb4a703049167e9e25 (diff) | |
- Added ldap_simple driver
git-svn-id: https://svn.roundcube.net/trunk@3850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/config.inc.php.dist')
| -rw-r--r-- | plugins/password/config.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
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'); |
