mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update config.php to v1.0.10
This commit is contained in:
parent
6250d201a8
commit
89c30a9470
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ define('LDAP_PORT', 389);
|
||||||
// By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification.
|
// By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification.
|
||||||
define('LDAP_SSL_VERIFY', true);
|
define('LDAP_SSL_VERIFY', true);
|
||||||
|
|
||||||
|
// Enable LDAP START_TLS
|
||||||
|
define('LDAP_START_TLS', false);
|
||||||
|
|
||||||
// LDAP bind type: "anonymous", "user" (use the given user/password from the form) and "proxy" (a specific user to browse the LDAP directory)
|
// LDAP bind type: "anonymous", "user" (use the given user/password from the form) and "proxy" (a specific user to browse the LDAP directory)
|
||||||
define('LDAP_BIND_TYPE', 'anonymous');
|
define('LDAP_BIND_TYPE', 'anonymous');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue