-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for splitting the username from the domain to enable smal…
…ler tokens
- Loading branch information
1 parent
2628ba1
commit c6cfdc4
Showing
4 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,9 @@ client: | |
networkAutoDetect: 0 | ||
bandwidthAutoDetect: 1 | ||
ConnectionType: 6 | ||
# If true puts splits "[email protected]" 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters