1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update config.php

This commit is contained in:
Éric Gaspar 2023-10-24 10:11:57 +02:00
parent d1d06fba9e
commit ad558e7a57

View file

@ -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);