From 6a42207c489db1faea15e15360240f858a8058f5 Mon Sep 17 00:00:00 2001 From: Eli Yukelzon Date: Fri, 10 May 2019 16:47:03 +0300 Subject: [PATCH] MM-15314 - Update Error message in System Console for LDAP result code 4 "Size Limit Exceeded" (#10818) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 3beb4ab758..e196caea4f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3730,6 +3730,10 @@ "id": "ent.ldap.syncronize.search_failure.app_error", "translation": "Failed to search users in AD/LDAP. Test if the Mattermost server can connect to your AD/LDAP server and try again." }, + { + "id": "ent.ldap.syncronize.search_failure_size_exceeded.app_error", + "translation": "Size Limit Exceeded. Try checking your [max page size](https://docs.mattermost.com/deployment/sso-ldap.html#i-see-the-log-error-ldap-result-code-4-size-limit-exceeded)." + }, { "id": "ent.ldap.validate_filter.app_error", "translation": "Invalid AD/LDAP Filter"