Files
mattermost/model/ldap.go
2016-03-23 15:59:58 -04:00

9 lines
163 B
Go

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