Removing outdated ldap note from system console (#3247)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
5748295d3b
Коммит
9110e64c25
@@ -2,7 +2,6 @@
|
|||||||
// See License.txt for license information.
|
// See License.txt for license information.
|
||||||
|
|
||||||
import AdminSettings from './admin_settings.jsx';
|
import AdminSettings from './admin_settings.jsx';
|
||||||
import Banner from './banner.jsx';
|
|
||||||
import BooleanSetting from './boolean_setting.jsx';
|
import BooleanSetting from './boolean_setting.jsx';
|
||||||
import ConnectionSecurityDropdownSetting from './connection_security_dropdown_setting.jsx';
|
import ConnectionSecurityDropdownSetting from './connection_security_dropdown_setting.jsx';
|
||||||
import SettingsGroup from './settings_group.jsx';
|
import SettingsGroup from './settings_group.jsx';
|
||||||
@@ -85,14 +84,6 @@ export default class LdapSettings extends AdminSettings {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<SettingsGroup>
|
<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
|
<BooleanSetting
|
||||||
id='enable'
|
id='enable'
|
||||||
label={
|
label={
|
||||||
|
|||||||
@@ -243,7 +243,6 @@
|
|||||||
"admin.image.thumbWidthDescription": "Width of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.",
|
"admin.image.thumbWidthDescription": "Width of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.",
|
||||||
"admin.image.thumbWidthExample": "Ex \"120\"",
|
"admin.image.thumbWidthExample": "Ex \"120\"",
|
||||||
"admin.image.thumbWidthTitle": "Thumbnail Width:",
|
"admin.image.thumbWidthTitle": "Thumbnail Width:",
|
||||||
"admin.ldap.bannerDesc": "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.",
|
|
||||||
"admin.ldap.baseDesc": "The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.",
|
"admin.ldap.baseDesc": "The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.",
|
||||||
"admin.ldap.baseEx": "Ex \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
|
"admin.ldap.baseEx": "Ex \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
|
||||||
"admin.ldap.baseTitle": "BaseDN:",
|
"admin.ldap.baseTitle": "BaseDN:",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user