Add support for splitting the username from the domain to enable smaller tokens

This commit is contained in:
Bolke de Bruin
2020-08-31 21:07:58 +02:00
parent 2628ba11d0
commit c6cfdc4dd4
4 changed files with 22 additions and 12 deletions

View File

@@ -85,6 +85,9 @@ client:
networkAutoDetect: 0
bandwidthAutoDetect: 1
ConnectionType: 6
# If true puts splits "user@domain.com" into the user and domain component so that
# domain gets set in the rdp file and the domain name is stripped from the username
SplitUserDomain: false
security:
# a random string of at least 32 characters to secure cookies on the client
# make sure to share this amongst different pods