Parcourir la source

Remove Host key from LDAP config

Andrea Fazzi il y a 6 ans
Parent
commit
370b669e0d
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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"`