1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

added kanboard example config

This commit is contained in:
Dominique Stender 2022-11-22 10:58:16 +01:00
parent e3ee5bf836
commit 687df9e36b

View File

@ -1,7 +1,8 @@
# configuration for Kanboard
## add these to the kanboard `config.php`
---
add these to the kanboard `config.php`
```
define('LDAP_AUTH', true);
define('LDAP_SERVER', 'ldap://YOUR_LDAP_SERVER:3890');
define('LDAP_SSL_VERIFY', true);
@ -25,3 +26,4 @@ define('LDAP_USER_ATTRIBUTE_EMAIL', 'mail');
define('LDAP_USER_ATTRIBUTE_GROUPS', 'memberof');
define('LDAP_USER_ATTRIBUTE_PHOTO', '');
define('LDAP_USER_ATTRIBUTE_LANGUAGE', '');
```