2017-08-16 21:37:37 +00:00
|
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
2020-08-09 22:29:54 +00:00
|
|
|
// See LICENSE.txt for license information.
|
2016-05-21 12:14:08 +00:00
|
|
|
|
|
|
|
package model
|
|
|
|
|
|
|
|
const (
|
2020-10-19 21:40:00 +00:00
|
|
|
USER_AUTH_SERVICE_LDAP = "ldap"
|
|
|
|
LDAP_PUBIC_CERTIFICATE_NAME = "ldap-public.crt"
|
|
|
|
LDAP_PRIVATE_KEY_NAME = "ldap-private.key"
|
2016-05-21 12:14:08 +00:00
|
|
|
)
|