diff --git a/config.go b/config.go index bb853d8..58ee6ee 100644 --- a/config.go +++ b/config.go @@ -39,8 +39,8 @@ type ( // LDAP server configuration. This defines how to connect to a // single, specific LDAP server. tLdapServerConfig struct { - Host string `yaml:"host"` - tLdapConnectionConfig + Host string `yaml:"host"` + tLdapConnectionConfig `yaml:",inline"` } // LDAP attributes and base DN configuration