Add built-in plugin for getting LDAP attributes (#7317)

Этот коммит содержится в:
Joram Wilander
2017-09-01 14:28:15 -04:00
коммит произвёл GitHub
родитель b6456a675d
Коммит e2042c4b65
5 изменённых файлов: 156 добавлений и 1 удалений

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
}