Add built-in plugin for getting LDAP attributes (#7317)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b6456a675d
Коммит
e2042c4b65
9
app/plugin/ldapextras/configuration.go
Обычный файл
9
app/plugin/ldapextras/configuration.go
Обычный файл
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package ldapextras
|
||||
|
||||
type Configuration struct {
|
||||
Enabled bool
|
||||
Attributes []string
|
||||
}
|
||||
Ссылка в новой задаче
Block a user