|
|
@@ -7,7 +7,7 @@
|
|
|
package config
|
|
|
|
|
|
type LDAPConfiguration struct {
|
|
|
- Address string `xml:"address,omitempty" json:"addresd"`
|
|
|
+ Address string `xml:"address,omitempty" json:"address"`
|
|
|
BindDN string `xml:"bindDN,omitempty" json:"bindDN"`
|
|
|
Transport LDAPTransport `xml:"transport,omitempty" json:"transport"`
|
|
|
InsecureSkipVerify bool `xml:"insecureSkipVerify,omitempty" json:"insecureSkipVerify" default:"false"`
|