summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorjasonblais <jason@spinpunch.com>2016-06-09 11:44:13 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-09 11:44:13 -0400
commitde907280a7932a387909fc9310e6bd50269bbd98 (patch)
treed4e6730a40295ce51692606d20696ed25425c97b /webapp/components/admin_console
parent6f490b49c2a01a6a873f8fa781a796b6f697ced1 (diff)
downloadchat-de907280a7932a387909fc9310e6bd50269bbd98.tar.gz
chat-de907280a7932a387909fc9310e6bd50269bbd98.tar.bz2
chat-de907280a7932a387909fc9310e6bd50269bbd98.zip
Add server restart note to LDAP sync setting (#3303)
* Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/ldap_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx
index acda672d8..01d4b0a67 100644
--- a/webapp/components/admin_console/ldap_settings.jsx
+++ b/webapp/components/admin_console/ldap_settings.jsx
@@ -343,7 +343,7 @@ export default class LdapSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.ldap.syncIntervalHelpText'
- defaultMessage='LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.'
+ defaultMessage='LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour. Changing this will require a server restart before taking effect.'
/>
}
value={this.state.syncIntervalMinutes}