Adding LDAP Syncronization (#3219)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
87f357a54d
Коммит
ea3342aa6c
16
i18n/en.json
16
i18n/en.json
@@ -2027,6 +2027,14 @@
|
||||
"id": "ent.ldap.validate_filter.app_error",
|
||||
"translation": "Invalid LDAP Filter"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncronize.get_all.app_error",
|
||||
"translation": "Unable to get all users using LDAP"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.syncdone.info",
|
||||
"translation": "LDAP Synchronization completed"
|
||||
},
|
||||
{
|
||||
"id": "ent.mfa.activate.authenticate.app_error",
|
||||
"translation": "Error attempting to authenticate MFA token"
|
||||
@@ -2411,6 +2419,10 @@
|
||||
"id": "model.config.is_valid.ldap_security.app_error",
|
||||
"translation": "Invalid connection security for LDAP settings. Must be '', 'TLS', or 'STARTTLS'"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_sync_interval.app_error",
|
||||
"translation": "Invalid sync interval time. Must be at least one minute."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.listen_address.app_error",
|
||||
"translation": "Invalid listen address for service settings Must be set."
|
||||
@@ -3555,6 +3567,10 @@
|
||||
"id": "store.sql_user.get_by_auth.other.app_error",
|
||||
"translation": "We encountered an error trying to find the account by authentication type."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user.get_all_using_auth_service.other.app_error",
|
||||
"translation": "We encountered an error trying to find all the accounts using a specific authentication type."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user.get_by_username.app_error",
|
||||
"translation": "We couldn't find an existing account matching your username for this team. This team may require an invite from the team owner to join."
|
||||
|
||||
Ссылка в новой задаче
Block a user