mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 23:16:37 +00:00
Change user templating and split domain name
This commit is contained in:
@@ -76,7 +76,10 @@ caps:
|
||||
enableDrive: true
|
||||
enableClipboard: true
|
||||
client:
|
||||
usernameTemplate: "{{ username }}@bla.com"
|
||||
# this is a go string templated with {{ username }} and {{ token }}
|
||||
# the example below uses the ASCII field separator to distinguish
|
||||
# between user and token
|
||||
usernameTemplate: "{{ username }}@bla.com\x1f{{ token }}"
|
||||
# rdp file settings see:
|
||||
# https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
|
||||
networkAutoDetect: 0
|
||||
|
||||
Reference in New Issue
Block a user