4.20.4.1. Attributes of AbstractRdpProxy

audit_channels (complex)
Default: n/a
Normative policy hash for information about RDP channels are to be audited or not, indexed by the channel name. This hash may be overridden by policy functions.

auth_server (boolean)
Default: FALSE
When set to TRUE, authentication is performed on the target server, only the authorization is handled on Zorp.

channel_policy (complex)
Default: n/a
Normative policy hash for RDP channels indexed by the channel name and (optionally) the names of sub-facilities and/or facility functions.

disable_font_smoothing (boolean)
Default: TRUE
When set to TRUE, font smoothing (antialiasing) is disabled in RDP version 5. This can affect the user experience when accessing the graphical desktop of remote hosts.

enable_compression (boolean)
Default: TRUE
When set to TRUE, RDP traffic is compressed to reduce bandwidth usage.

enable_console_session (boolean)
Default: TRUE
Enable console sessions. NOTE: Not yet implemented

enable_crypt (rdp_crypt_mask)
Default: 0x6000001b
Enable encryption.

enable_rdp4 (boolean)
Default: TRUE
Enable RDP4 sessions.

enable_rdp4_auth (boolean)
Default: TRUE
Enable RDP4-style client authentication in RDP5 sessions.

enable_rdp5 (boolean)
Default: TRUE
Enable RDP5 sessions.

force_rdp4 (boolean)
Default: FALSE
Revert RDP5 sessions to RDP4.

host_key_cert_file (string)
Default:
Read the X509 certificate from the file specified.

host_key_rsa512_file (certificate)
Default:
Read the 512-bit RSA hostkey from the file specified.

host_key_rsa_file (certificate)
Default:
Read the RSA hostkey from the file specified.

host_keypair_rsa_file (certificate)
Default:
A tuple of two file names containing the certificate and key files.

max_bpp (integer)
Default:
Maximal allowed colour depth of remote desktops, no limit if unset. Must be one of 8, 15, 16, 24 and 32, otherwise will be coerced to an applicable value.

max_height (integer)
Default:
Maximal allowed height of remote desktops, no limit if unset.

max_width (integer)
Default:
Maximal allowed width of remote desktops, no limit if unset. Must be divisible by 4, otherwise it will be rounded down to the nearest applicable value.

timeout (integer)
Default: 600000
I/O timeout in milliseconds. NOTE: not yet implemented