Change user templating and split domain name

This commit is contained in:
Bolke de Bruin
2020-08-30 21:13:53 +02:00
parent 6358eb1fa5
commit c66a2c9dd3
2 changed files with 30 additions and 14 deletions

View File

@@ -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