Allow default domain

This commit is contained in:
Bolke de Bruin
2020-08-31 21:40:29 +02:00
parent c6cfdc4dd4
commit 8876b04466
4 changed files with 6 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ type ClientConfig struct {
ConnectionType int
UsernameTemplate string
SplitUserDomain bool
DefaultDomain string
}
func init() {