From 3ace4610fca86e59e8237e48c2fd74f5208f5482 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Thu, 23 Jul 2020 13:09:29 +0200 Subject: [PATCH] Make sample config work with current state --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 555b06e..6485247 100644 --- a/README.md +++ b/README.md @@ -42,23 +42,24 @@ server: - any # if true the server randomly selects a host to connect to roundRobin: false + # a random string of at least 32 characters to secure cookies on the client + sessionKey: thisisasessionkeyreplacethisjetzt # Open ID Connect specific settings openId: providerUrl: http://keycloak/auth/realms/test clientId: rdpgw clientSecret: your-secret - # enabled / disabled capabilities caps: - SmartCardAuth: false + smartCardAuth: false tokenAuth: true # connection timeout in minutes, 0 is limitless idleTimeout: 10 - EnablePrinter: true - EnablePort: true - EnablePnp: true - EnableDrive: true - EnableClipboard: true + enablePrinter: true + enablePort: true + enablePnp: true + enableDrive: true + enableClipboard: true ``` ## Use -- GitLab