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:
parent
65f4ea023e
commit
c8761df751
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue