From 41c334bf2986c890f3d6032002d83e37f0f79df8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Sep 2015 18:07:30 -0400 Subject: Add LDAP group sync --- config.default.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index d5d1b30d..6cfe260d 100644 --- a/config.default.php +++ b/config.default.php @@ -105,6 +105,17 @@ define('LDAP_ACCOUNT_EMAIL', 'mail'); // Example for OpenLDAP: 'uid' define('LDAP_ACCOUNT_ID', 'samaccountname'); +// LDAP Attribute for group membership +define('LDAP_ACCOUNT_MEMBEROF', 'memberof'); + +// DN for administrators +// Example: CN=Kanboard Admins,CN=Users,DC=kanboard,DC=local +define('LDAP_GROUP_ADMIN_DN', ''); + +// DN for project administrators +// Example: CN=Kanboard Project Admins,CN=Users,DC=kanboard,DC=local +define('LDAP_GROUP_PROJECT_ADMIN_DN', ''); + // By default Kanboard lowercase the ldap username to avoid duplicate users (the database is case sensitive) // Set to true if you want to preserve the case define('LDAP_USERNAME_CASE_SENSITIVE', false); -- cgit v1.2.3