MM-28882:ignore guest ldap sync (#15936)

* add ignoreGuestsLdapSync to config, update interface

* update interface

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Scott Bishel
2020-10-21 20:12:12 -06:00
коммит произвёл GitHub
родитель efc3304fe1
Коммит f46661d7a9
3 изменённых файлов: 7 добавлений и 1 удалений

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

@@ -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,