summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/platform/model/ldap.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-05-21 14:14:08 +0200
committerWim <wim@42.be>2016-05-21 14:14:08 +0200
commit33844fa60c5b432c4b6a4fb966be6e8f04627165 (patch)
treea678cbaed822633302e6a502689445ef4231ae69 /vendor/github.com/mattermost/platform/model/ldap.go
parent85faa43145c6419529f8677026394bcdaee2157f (diff)
downloadmatterbridge-msglm-0.4.1.tar.gz
matterbridge-msglm-0.4.1.tar.bz2
matterbridge-msglm-0.4.1.zip
Commit mattermost vendoringv0.4.1
Diffstat (limited to 'vendor/github.com/mattermost/platform/model/ldap.go')
-rw-r--r--vendor/github.com/mattermost/platform/model/ldap.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/mattermost/platform/model/ldap.go b/vendor/github.com/mattermost/platform/model/ldap.go
new file mode 100644
index 00000000..5fde06a6
--- /dev/null
+++ b/vendor/github.com/mattermost/platform/model/ldap.go
@@ -0,0 +1,8 @@
+// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+package model
+
+const (
+ USER_AUTH_SERVICE_LDAP = "ldap"
+)