From 3872dee261779a3263155935a578173205aae533 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 30 Apr 2016 20:38:16 -0400 Subject: Added support for LDAP Posix Groups (OpenLDAP with memberUid) --- config.default.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 52c0c143..5656a770 100644 --- a/config.default.php +++ b/config.default.php @@ -127,6 +127,11 @@ define('LDAP_GROUP_BASE_DN', ''); // Example for ActiveDirectory: (&(objectClass=group)(sAMAccountName=%s*)) define('LDAP_GROUP_FILTER', ''); +// LDAP user group filter +// If this filter is configured, Kanboard will search user groups in LDAP_GROUP_BASE_DN with this filter +// Example for OpenLDAP: (&(objectClass=posixGroup)(memberUid=%s)) +define('LDAP_GROUP_USER_FILTER', ''); + // LDAP attribute for the group name define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn'); -- cgit v1.2.3