MM-40686: Added feature flag for group member dn lookup. (#19289)
* MM-40686: Added feature flag for group member dn lookup. * MM-40686: Changes feature flag name.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2702abfc4a
Коммит
c02c3f7f97
@@ -70,6 +70,8 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
// Enable inline post editing
|
// Enable inline post editing
|
||||||
InlinePostEditing bool
|
InlinePostEditing bool
|
||||||
|
|
||||||
|
NormalizeLdapDNs bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *FeatureFlags) SetDefaults() {
|
func (f *FeatureFlags) SetDefaults() {
|
||||||
@@ -94,6 +96,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.ResendInviteEmailInterval = ""
|
f.ResendInviteEmailInterval = ""
|
||||||
f.InviteToTeam = "none"
|
f.InviteToTeam = "none"
|
||||||
f.InlinePostEditing = false
|
f.InlinePostEditing = false
|
||||||
|
f.NormalizeLdapDNs = false
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *FeatureFlags) Plugins() map[string]string {
|
func (f *FeatureFlags) Plugins() map[string]string {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user