Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rdpgw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirror
Rdpgw
Commits
3ace4610
Commit
3ace4610
authored
Jul 23, 2020
by
Bolke de Bruin
Browse files
Options
Downloads
Patches
Plain Diff
Make sample config work with current state
parent
27d36f83
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-7
8 additions, 7 deletions
README.md
with
8 additions
and
7 deletions
README.md
+
8
−
7
View file @
3ace4610
...
@@ -42,23 +42,24 @@ server:
...
@@ -42,23 +42,24 @@ server:
-
any
-
any
# if true the server randomly selects a host to connect to
# if true the server randomly selects a host to connect to
roundRobin
:
false
roundRobin
:
false
# a random string of at least 32 characters to secure cookies on the client
sessionKey
:
thisisasessionkeyreplacethisjetzt
# Open ID Connect specific settings
# Open ID Connect specific settings
openId
:
openId
:
providerUrl
:
http://keycloak/auth/realms/test
providerUrl
:
http://keycloak/auth/realms/test
clientId
:
rdpgw
clientId
:
rdpgw
clientSecret
:
your-secret
clientSecret
:
your-secret
# enabled / disabled capabilities
# enabled / disabled capabilities
caps
:
caps
:
S
martCardAuth
:
false
s
martCardAuth
:
false
tokenAuth
:
true
tokenAuth
:
true
# connection timeout in minutes, 0 is limitless
# connection timeout in minutes, 0 is limitless
idleTimeout
:
10
idleTimeout
:
10
E
nablePrinter
:
true
e
nablePrinter
:
true
E
nablePort
:
true
e
nablePort
:
true
E
nablePnp
:
true
e
nablePnp
:
true
E
nableDrive
:
true
e
nableDrive
:
true
E
nableClipboard
:
true
e
nableClipboard
:
true
```
```
## Use
## Use
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment