From c8761df751212b50ff6fdb445bc318c087cf5b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Jun 2022 14:50:11 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index e47840a..1060ce3 100644 --- a/conf/config.php +++ b/conf/config.php @@ -102,7 +102,7 @@ define('DB_TIMEOUT', null); define('LDAP_AUTH', false); // LDAP server protocol, hostname and port URL (ldap[s]://hostname:port) -define('LDAP_SERVER', 'ldap://hostname:389'); +define('LDAP_SERVER', 'ldap://127.0.0.1:389'); // By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification define('LDAP_SSL_VERIFY', true);