소스 검색

Merge branch 'master' of https://gogs.carducci-dante.gov.it/karmen/core

Andrea Fazzi 6 년 전
부모
커밋
c0e7146f26
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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"`