Skip to content

Commit

Permalink
Remove unused configuration fields, never implemented?
Browse files Browse the repository at this point in the history
(cherry picked from commit cd37001)
  • Loading branch information
kcd83 authored and mrueg committed Apr 12, 2018
1 parent 3f5e1b7 commit 98c4191
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auth_server/authn/ldap_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ type LDAPAuthConfig struct {
BindDN string `yaml:"bind_dn,omitempty"`
BindPasswordFile string `yaml:"bind_password_file,omitempty"`
LabelMaps map[string]LabelMap `yaml:"labels,omitempty"`
GroupBaseDN string `yaml:"group_base_dn,omitempty"`
GroupFilter string `yaml:"group_filter,omitempty"`
}

type LDAPAuth struct {
Expand Down

0 comments on commit 98c4191

Please sign in to comment.