From ad558e7a5718364727facfbfd1bd988d8c07aa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:11:57 +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 4e4fdd3..03b79e6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -105,7 +105,7 @@ define('DB_ODBC_DSN', 'kanboard'); define('LDAP_AUTH', false); // LDAP server protocol, hostname and port URL (ldap[s]://hostname:port) -define('LDAP_SERVER', ''); +define('LDAP_SERVER', 'ldap://127.0.0.1:389'); // LDAP server port (389 by default) define('LDAP_PORT', 389);