Add support for tracing in LDAP (#10920)
Этот коммит содержится в:
коммит произвёл
Martin Kraft
родитель
1269db8691
Коммит
124b371312
@@ -1642,6 +1642,8 @@ type LdapSettings struct {
|
||||
LoginButtonColor *string
|
||||
LoginButtonBorderColor *string
|
||||
LoginButtonTextColor *string
|
||||
|
||||
Trace *bool
|
||||
}
|
||||
|
||||
func (s *LdapSettings) SetDefaults() {
|
||||
@@ -1759,6 +1761,10 @@ func (s *LdapSettings) SetDefaults() {
|
||||
if s.LoginButtonTextColor == nil {
|
||||
s.LoginButtonTextColor = NewString("#2389D7")
|
||||
}
|
||||
|
||||
if s.Trace == nil {
|
||||
s.Trace = NewBool(false)
|
||||
}
|
||||
}
|
||||
|
||||
type ComplianceSettings struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user