MM-62704: Add Custom Profile Attributes to the LDAP synchronization process (#30443)

Этот коммит содержится в:
catalintomai
2025-04-11 19:41:26 +02:00
коммит произвёл GitHub
родитель 88d5ad06b4
Коммит f54acdf100
8 изменённых файлов: 203 добавлений и 4 удалений

Просмотреть файл

@@ -8036,6 +8036,10 @@
"id": "ent.ldap.app_error",
"translation": "ldap interface was nil."
},
{
"id": "ent.ldap.cpa_field_mapping.list_error",
"translation": "Failed to retrieve CPA fields"
},
{
"id": "ent.ldap.create_fail",
"translation": "Unable to create LDAP user."
@@ -8124,6 +8128,14 @@
"id": "ent.ldap.syncronize.search_failure_size_exceeded.app_error",
"translation": "Size Limit Exceeded. Try increasing your Maximum page size setting. Check out https://docs.mattermost.com/onboard/ad-ldap.html#i-see-the-log-error-ldap-result-code-4-size-limit-exceeded for more details."
},
{
"id": "ent.ldap.update_cpa.empty_attribute",
"translation": "Empty LDAP attribute value"
},
{
"id": "ent.ldap.update_cpa.multiple_errors",
"translation": "Error(s) patching CPA value"
},
{
"id": "ent.ldap.validate_admin_filter.app_error",
"translation": "Invalid AD/LDAP Admin Filter."