summaryrefslogtreecommitdiffstats
path: root/model/ldap.go
blob: 1453a4add9a3b905ca2b729e953b9c2ed72e5131 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package model

const (
	USER_AUTH_SERVICE_LDAP = "ldap"
	LDAP_SYNC_TASK_NAME    = "LDAP Syncronization"
)