matterbridge/vendor/github.com/mattermost/mattermost-server/v5/model/ldap.go

11 lines
275 B
Go
Raw Normal View History

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