summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-17 20:44:32 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-17 20:44:32 -0500
commite919937e72a30970acea63cdc75e171bbf39151b (patch)
treeba811198490353dbf720d99446b2b53759749fa7
parent1e9d45eaa99794ea65e62a9a1cac29b63cd53783 (diff)
downloadchat-e919937e72a30970acea63cdc75e171bbf39151b.tar.gz
chat-e919937e72a30970acea63cdc75e171bbf39151b.tar.bz2
chat-e919937e72a30970acea63cdc75e171bbf39151b.zip
Minor docs fix
-rw-r--r--web/react/components/admin_console/ldap_settings.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/react/components/admin_console/ldap_settings.jsx b/web/react/components/admin_console/ldap_settings.jsx
index c09213889..6e3da2f72 100644
--- a/web/react/components/admin_console/ldap_settings.jsx
+++ b/web/react/components/admin_console/ldap_settings.jsx
@@ -92,6 +92,12 @@ export default class LdapSettings extends React.Component {
return (
<div className='wrapper--fixed'>
+ <div className='banner'>
+ <div className='banner__content'>
+ <h4 className='banner__heading'>{'Note:'}</h4>
+ <p>{'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.'}</p>
+ </div>
+ </div>
<h3>{'LDAP Settings'}</h3>
<form
className='form-horizontal'