lib/config: Correct spelling of address in LDAP config (#6420)
Literally noone uses this so I don't see a need to call this out or trigger a 1.5 release for it.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
type LDAPConfiguration struct {
|
type LDAPConfiguration struct {
|
||||||
Address string `xml:"address,omitempty" json:"addresd"`
|
Address string `xml:"address,omitempty" json:"address"`
|
||||||
BindDN string `xml:"bindDN,omitempty" json:"bindDN"`
|
BindDN string `xml:"bindDN,omitempty" json:"bindDN"`
|
||||||
Transport LDAPTransport `xml:"transport,omitempty" json:"transport"`
|
Transport LDAPTransport `xml:"transport,omitempty" json:"transport"`
|
||||||
InsecureSkipVerify bool `xml:"insecureSkipVerify,omitempty" json:"insecureSkipVerify" default:"false"`
|
InsecureSkipVerify bool `xml:"insecureSkipVerify,omitempty" json:"insecureSkipVerify" default:"false"`
|
||||||
|
|||||||
Reference in New Issue
Block a user