summaryrefslogtreecommitdiffstats
path: root/app/plugin/ldapextras/configuration.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/plugin/ldapextras/configuration.go')
-rw-r--r--app/plugin/ldapextras/configuration.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/plugin/ldapextras/configuration.go b/app/plugin/ldapextras/configuration.go
new file mode 100644
index 000000000..078c29925
--- /dev/null
+++ b/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
+}