From c63e027aece1270c8e1378ee27b015304d25f89d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 2 May 2016 08:07:58 -0400 Subject: Fixing LDAP editing of attributes (#2824) --- utils/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/config.go b/utils/config.go index 1ae658b16..9e2776f75 100644 --- a/utils/config.go +++ b/utils/config.go @@ -259,6 +259,7 @@ func getClientConfig(c *model.Config) map[string]string { props["EnableLdap"] = strconv.FormatBool(*c.LdapSettings.Enable) props["LdapLoginFieldName"] = *c.LdapSettings.LoginFieldName props["LdapPasswordFieldName"] = *c.LdapSettings.PasswordFieldName + props["NicknameAttributeSet"] = strconv.FormatBool(*c.LdapSettings.NicknameAttribute != "") } if *License.Features.MFA { -- cgit v1.2.3-1-g7c22