Files
mattermost/model/ldap.go
2018-03-07 12:36:40 -06:00

9 lines
171 B
Go

// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package model
const (
USER_AUTH_SERVICE_LDAP = "ldap"
)