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

Fixes

parent 918f1b9e
Branches
Tags
No related merge requests found
...@@ -213,6 +213,8 @@ Server: ...@@ -213,6 +213,8 @@ Server:
# used a keytab and krb5conf need to be supplied. local and kerberos authentication # used a keytab and krb5conf need to be supplied. local and kerberos authentication
# can be stacked, so that the clients selects what it wants. # can be stacked, so that the clients selects what it wants.
Authentication: Authentication:
# - kerberos
# - local
- openid - openid
# The socket to connect to if using local auth. Ensure rdpgw auth is configured to # The socket to connect to if using local auth. Ensure rdpgw auth is configured to
# use the same socket. # use the same socket.
...@@ -225,9 +227,6 @@ Server: ...@@ -225,9 +227,6 @@ Server:
# set this option to 'disable'. This is mutually exclusive with 'authentication: local' # set this option to 'disable'. This is mutually exclusive with 'authentication: local'
# Note: rdp connections over a gateway require TLS # Note: rdp connections over a gateway require TLS
Tls: auto Tls: auto
# TLS certificate files
CertFile: server.pem
KeyFile: key.pem
# gateway address advertised in the rdp files and browser # gateway address advertised in the rdp files and browser
GatewayAddress: localhost GatewayAddress: localhost
# port to listen on (change to 80 or equivalent if not using TLS) # port to listen on (change to 80 or equivalent if not using TLS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment