On Mon, Apr 16, 2018 at 1:43 PM, Tom Astle <t...@pcc.com> wrote:

> Does anybody know of a way to have a connection to an rdp server with a
> user-specified host target?
>
>
>
>
>
It kind of depends on what you mean by "user-specified host target."  If
the user target somehow matches their username, you could use the
${GUAC_USERNAME} token in the hostname as part of or the whole hostname
(e.g. <username>-pc.example.org) and achieve this as long as there aren't
any deviations from that naming scheme.  If you're looking for the ability
for users to connect to a system "ad-hoc", without any pre-defined
connections, then there is a QuickConnect authentication extension in the
works that should be released, soon (1.0.0 release, most likely) - the JIRA
issue for that is here: https://issues.apache.org/jira/browse/GUACAMOLE-38.
If you're looking to pre-define most of the pieces of the connection, but
then prompt the user for something specific (like the hostname), then
you're probably talking about parameter prompting within the client, which
is on the list but not yet implemented and probably a little ways off.  The
JIRA issue for that is here:
https://issues.apache.org/jira/browse/GUACAMOLE-221.

-Nick

Reply via email to