blob: 078c2992540724519c1007d1dbddb94898f3d49f (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package ldapextras
type Configuration struct {
Enabled bool
Attributes []string
}
|