Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-1025: Merge documentation for allowing/denying connection p…
Browse files Browse the repository at this point in the history
…arameters with QuickConnect.
  • Loading branch information
mike-jumper authored Mar 31, 2021
2 parents fa8662c + 3e6c86c commit 1d72bd8
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion src/chapters/adhoc-connections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,43 @@
<indexterm>
<primary>configuring quickconnect</primary>
</indexterm>
<para>This module has no configuration options.</para>
<para>The quickconnect extension has two configuration properties that
allow for controlling what connection parameters can be used
in the URIs that are opened with the quickconnect extension:</para>
<variablelist>
<varlistentry>
<term><indexterm xmlns:xl="http://www.w3.org/1999/xlink">
<primary>quickconnect-allowed-parameters</primary>
</indexterm><parameter>quickconnect-allowed-parameters</parameter></term>
<listitem>
<para>An optional list of parameters that are allowed to be
used by connections that are created and accessed via
the quickconnect extension. If this property is present,
only parameters in this list will be allowed. If this
property is absent, any/all parameters will be allowed
unless explicitly denied using the
<parameter>quickconnect-denied-parameters</parameter>
property.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><indexterm xmlns:xl="http://www.w3.org/1999/xlink">
<primary>quickconnect-denied-parameters</primary>
</indexterm><parameter>quickconnect-denied-parameters</parameter></term>
<listitem>
<para>An optional list of parameters that are explicitly
denied from being used by connections created and
accessed via the quickconnect extension. If this
property is present, any parameters in this list will
be removed from the connection configuration when it is
created, <emphasis>even if those parameter are listed
above in the <parameter>quickconnect-allowed-parameters</parameter>
property.</emphasis>
If this property is not present, no connection parameters
will be explicitly denied.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="completing-quickconnect-install">
<title>Completing the installation</title>
Expand Down

0 comments on commit 1d72bd8

Please sign in to comment.