summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/ldap_settings.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-06-06 10:26:43 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-06 10:26:43 -0400
commit9110e64c258edd95db3df554e0bd255cbe2ef88a (patch)
tree0d8a873bb044ce361c656e3602333e29227ec12a /webapp/components/admin_console/ldap_settings.jsx
parent5748295d3b544883cbd47d8fa2c7d617faa57cac (diff)
downloadchat-9110e64c258edd95db3df554e0bd255cbe2ef88a.tar.gz
chat-9110e64c258edd95db3df554e0bd255cbe2ef88a.tar.bz2
chat-9110e64c258edd95db3df554e0bd255cbe2ef88a.zip
Removing outdated ldap note from system console (#3247)
Diffstat (limited to 'webapp/components/admin_console/ldap_settings.jsx')
-rw-r--r--webapp/components/admin_console/ldap_settings.jsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx
index fb121f656..acda672d8 100644
--- a/webapp/components/admin_console/ldap_settings.jsx
+++ b/webapp/components/admin_console/ldap_settings.jsx
@@ -2,7 +2,6 @@
// See License.txt for license information.
import AdminSettings from './admin_settings.jsx';
-import Banner from './banner.jsx';
import BooleanSetting from './boolean_setting.jsx';
import ConnectionSecurityDropdownSetting from './connection_security_dropdown_setting.jsx';
import SettingsGroup from './settings_group.jsx';
@@ -85,14 +84,6 @@ export default class LdapSettings extends AdminSettings {
return (
<SettingsGroup>
- <Banner
- description={
- <FormattedMessage
- id='admin.ldap.bannerDesc'
- defaultMessage='If a user attribute changes on the LDAP server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from an LDAP server. Synchronization with LDAP servers is planned in a future release.'
- />
- }
- />
<BooleanSetting
id='enable'
label={