summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/mattermost/platform/model/ldap.go
blob: 71b1d8a6bf3268e111c0af5bfb62d220deadd17e (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                           
                                                      
 
// Copyright (c) 2016 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"
)