From f565f23f15f001d5aafc01ee380c60ee3d290857 Mon Sep 17 00:00:00 2001 From: Raphael Wimmer Date: Mon, 8 Nov 2021 17:20:09 +0100 Subject: [PATCH] config.php.default: clarify meaning of LDAP_USER_CREATION While the documentation explains the meaning of LDAP_USER_CREATION very well, the example config file just contains the explanation "Allow automatic LDAP user creation". This might confuse some admins (such as me) as it can be interpreted as "create an LDAP user for new local users". This commit expands the explanation to clarify the meaning of LDAP_USER_CREATION. --- config.default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index 211af61ad..89cb22634 100644 --- a/config.default.php +++ b/config.default.php @@ -158,7 +158,8 @@ define('LDAP_USER_ATTRIBUTE_PHOTO', ''); // Put an empty string to disable language sync define('LDAP_USER_ATTRIBUTE_LANGUAGE', ''); -// Allow automatic LDAP user creation +// Automatically create a user profile when a user authenticates via LDAP. +// If set to false, only LDAP users can log in for whom a Kanboard profile already exists. define('LDAP_USER_CREATION', true); // Set new user as Manager