summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-05 10:36:58 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-05 09:36:58 -0400
commit04b61d1f3852cf5a14ad9912f7cb71635512ebf6 (patch)
tree40c5dd32d828b0773027aefeaa4539a2f0a0228f /utils
parent2c92540471004c79e317e8a0daf3e612560beda7 (diff)
downloadchat-04b61d1f3852cf5a14ad9912f7cb71635512ebf6.tar.gz
chat-04b61d1f3852cf5a14ad9912f7cb71635512ebf6.tar.bz2
chat-04b61d1f3852cf5a14ad9912f7cb71635512ebf6.zip
PLT-2797 Remove LDAP Password Field Name setting (#2884)
Diffstat (limited to 'utils')
-rw-r--r--utils/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/config.go b/utils/config.go
index b0983892a..e76cbed63 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -259,7 +259,6 @@ func getClientConfig(c *model.Config) map[string]string {
if *License.Features.LDAP {
props["EnableLdap"] = strconv.FormatBool(*c.LdapSettings.Enable)
props["LdapLoginFieldName"] = *c.LdapSettings.LoginFieldName
- props["LdapPasswordFieldName"] = *c.LdapSettings.PasswordFieldName
props["NicknameAttributeSet"] = strconv.FormatBool(*c.LdapSettings.NicknameAttribute != "")
}