MM-28882:ignore guest ldap sync (#15936)
* add ignoreGuestsLdapSync to config, update interface * update interface Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
efc3304fe1
Коммит
f46661d7a9
@@ -649,6 +649,7 @@ func (ts *TelemetryService) trackConfig() {
|
||||
"enable": *cfg.SamlSettings.Enable,
|
||||
"enable_sync_with_ldap": *cfg.SamlSettings.EnableSyncWithLdap,
|
||||
"enable_sync_with_ldap_include_auth": *cfg.SamlSettings.EnableSyncWithLdapIncludeAuth,
|
||||
"ignore_guests_ldap_sync": *cfg.SamlSettings.IgnoreGuestsLdapSync,
|
||||
"enable_admin_attribute": *cfg.SamlSettings.EnableAdminAttribute,
|
||||
"verify": *cfg.SamlSettings.Verify,
|
||||
"encrypt": *cfg.SamlSettings.Encrypt,
|
||||
|
||||
Ссылка в новой задаче
Block a user