mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-17 22:13:50 +02:00
Add support for splitting the username from the domain to enable smaller tokens
This commit is contained in:
parent
2628ba11d0
commit
c6cfdc4dd4
4 changed files with 22 additions and 12 deletions
|
@ -57,6 +57,7 @@ type ClientConfig struct {
|
|||
BandwidthAutoDetect int
|
||||
ConnectionType int
|
||||
UsernameTemplate string
|
||||
SplitUserDomain bool
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue