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
d1d06fba9e
commit
ad558e7a57
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue