From 04b61d1f3852cf5a14ad9912f7cb71635512ebf6 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 5 May 2016 10:36:58 -0300 Subject: PLT-2797 Remove LDAP Password Field Name setting (#2884) --- webapp/components/admin_console/ldap_settings.jsx | 31 ----------------------- 1 file changed, 31 deletions(-) (limited to 'webapp/components/admin_console') diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx index 01402a588..3ced65e50 100644 --- a/webapp/components/admin_console/ldap_settings.jsx +++ b/webapp/components/admin_console/ldap_settings.jsx @@ -69,7 +69,6 @@ class LdapSettings extends React.Component { config.LdapSettings.ConnectionSecurity = this.state.connectionSecurity.trim(); config.LdapSettings.SkipCertificateVerification = this.state.skipCertificateVerification; config.LdapSettings.LoginFieldName = this.refs.LoginFieldName.value.trim(); - config.LdapSettings.PasswordFieldName = this.refs.PasswordFieldName.value.trim(); let QueryTimeout = DEFAULT_QUERY_TIMEOUT; if (!isNaN(parseInt(ReactDOM.findDOMNode(this.refs.QueryTimeout).value, 10))) { @@ -634,36 +633,6 @@ class LdapSettings extends React.Component { -
- -
- -

- -

-
-
-
{serverError} -- cgit v1.2.3-1-g7c22