summaryrefslogtreecommitdiffstats
path: root/roles/webmail/files/etc/roundcube/plugins/password/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'roles/webmail/files/etc/roundcube/plugins/password/config.inc.php')
-rw-r--r--roles/webmail/files/etc/roundcube/plugins/password/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/files/etc/roundcube/plugins/password/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/password/config.inc.php
index c32f58e..e53b753 100644
--- a/roles/webmail/files/etc/roundcube/plugins/password/config.inc.php
+++ b/roles/webmail/files/etc/roundcube/plugins/password/config.inc.php
@@ -122,7 +122,7 @@ $config['password_saslpasswd_args'] = '';
// 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');
// Default: 'localhost'
-$config['password_ldap_host'] = 'localhost';
+$config['password_ldap_host'] = '127.0.0.1';
// LDAP server port to connect to
// Default: '389'