Browse Source

Remove Host key from LDAP config

Andrea Fazzi 6 years ago
parent
commit
370b669e0d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      config/config.go

+ 1 - 2
config/config.go

@@ -50,8 +50,7 @@ type ConfigT struct {
 	}
 
 	Ldap struct {
-		Host   string
-		Domain string
+		Host string
 
 		AdminCN       string `yaml:"admin_cn"`
 		AdminPassword string `yaml:"admin_password"`