diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-30 20:38:16 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-30 20:38:16 -0400 |
commit | 3872dee261779a3263155935a578173205aae533 (patch) | |
tree | c1dfd082d6ae82e8607533ed8697ef546e27430a /app/constants.php | |
parent | 2afd7ee834d8064c6cfefd09a11d08d05a0dfdf1 (diff) |
Added support for LDAP Posix Groups (OpenLDAP with memberUid)
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index 0f438535..7ee3f16d 100644 --- a/app/constants.php +++ b/app/constants.php @@ -64,6 +64,7 @@ defined('LDAP_GROUP_MANAGER_DN') or define('LDAP_GROUP_MANAGER_DN', ''); defined('LDAP_GROUP_PROVIDER') or define('LDAP_GROUP_PROVIDER', false); defined('LDAP_GROUP_BASE_DN') or define('LDAP_GROUP_BASE_DN', ''); defined('LDAP_GROUP_FILTER') or define('LDAP_GROUP_FILTER', ''); +defined('LDAP_GROUP_USER_FILTER') or define('LDAP_GROUP_USER_FILTER', ''); defined('LDAP_GROUP_ATTRIBUTE_NAME') or define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn'); // Proxy authentication |