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 2022-06-06 14:50:11 +02:00
parent 65f4ea023e
commit c8761df751
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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