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
|
@ -40,7 +40,7 @@ type (
|
|||
// single, specific LDAP server.
|
||||
tLdapServerConfig struct {
|
||||
Host string `yaml:"host"`
|
||||
tLdapConnectionConfig
|
||||
tLdapConnectionConfig `yaml:",inline"`
|
||||
}
|
||||
|
||||
// LDAP attributes and base DN configuration
|
||||
|
|
Loading…
Reference in a new issue