summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/mattermost-server/v5/model/ldap.go
blob: d5f98f1a067e17dd276dc9e632257c507ba44d51 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

package model

const (
	USER_AUTH_SERVICE_LDAP = "ldap"
)