// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package ldapextras type Configuration struct { Enabled bool Attributes []string }