summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-06 08:19:56 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-06 08:19:56 -0400
commit1954c449931344baca04b126c86b00f95677a570 (patch)
treeec6922905b9de83632752faa2e6fec6f6f111c74 /i18n
parent683e79eeab52e02dedea15d3416c504bc52cb4c5 (diff)
downloadchat-1954c449931344baca04b126c86b00f95677a570.tar.gz
chat-1954c449931344baca04b126c86b00f95677a570.tar.bz2
chat-1954c449931344baca04b126c86b00f95677a570.zip
Adding LDAP user filtering capability
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index a4c84a462..6cdeeaad2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1824,6 +1824,14 @@
"translation": "User not registered on LDAP server"
},
{
+ "id": "ent.ldap.do_login.user_filtered.app_error",
+ "translation": "User is not permitted to use Mattermost. (LDAP user filter)"
+ },
+ {
+ "id": "ent.ldap.validate_filter.app_error",
+ "translation": "Invalid LDAP Filter"
+ },
+ {
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "Error attempting to authenticate MFA token"
},