Skip to content
Snippets Groups Projects
Commit bb1e782a authored by ale's avatar ale
Browse files

Oops, two YAML args had the same name

parent 041ffb0e
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ type LDAPQueryConfig struct {
scope int
// Attr is the LDAP attribute holding the encrypted user key.
PublicKeyAttr string `yaml:"attr"`
PrivateKeyAttr string `yaml:"attr"`
PublicKeyAttr string `yaml:"public_key_attr"`
PrivateKeyAttr string `yaml:"private_key_attr"`
}
// Valid returns an error if the configuration is invalid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment