fix: actually load the server-specific part of the LDAP configuration
Fixes #1
This commit is contained in:
parent
2fef4d931d
commit
9e8010279b
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ type (
|
||||||
// LDAP server configuration. This defines how to connect to a
|
// LDAP server configuration. This defines how to connect to a
|
||||||
// single, specific LDAP server.
|
// single, specific LDAP server.
|
||||||
tLdapServerConfig struct {
|
tLdapServerConfig struct {
|
||||||
Host string `yaml:"host"`
|
Host string `yaml:"host"`
|
||||||
tLdapConnectionConfig
|
tLdapConnectionConfig `yaml:",inline"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LDAP attributes and base DN configuration
|
// LDAP attributes and base DN configuration
|
||||||
|
|
Loading…
Reference in a new issue