Skip to content
Snippets Groups Projects
Commit 3ace4610 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Make sample config work with current state

parent 27d36f83
No related branches found
No related tags found
No related merge requests found
...@@ -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:
SmartCardAuth: false smartCardAuth: false
tokenAuth: true tokenAuth: true
# connection timeout in minutes, 0 is limitless # connection timeout in minutes, 0 is limitless
idleTimeout: 10 idleTimeout: 10
EnablePrinter: true enablePrinter: true
EnablePort: true enablePort: true
EnablePnp: true enablePnp: true
EnableDrive: true enableDrive: true
EnableClipboard: true enableClipboard: true
``` ```
## Use ## Use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment