diff options
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'); |
