GUACAMOLE-47: Document GUAC_CLIENT_ADDRESS and GUAC_CLIENT_HOSTNAME tokens.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/8a7d59d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/8a7d59d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/8a7d59d1 Branch: refs/heads/master Commit: 8a7d59d1ff688802f7e14c86f105b0d1fae05488 Parents: b6875f1 Author: Michael Jumper <[email protected]> Authored: Sat Jan 28 11:33:03 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Jan 28 11:33:03 2017 -0800 ---------------------------------------------------------------------- src/chapters/configuring.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/8a7d59d1/src/chapters/configuring.xml ---------------------------------------------------------------------- diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index 46baae4..00c7100 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -3389,6 +3389,24 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a </listitem> </varlistentry> <varlistentry> + <term><varname>${GUAC_CLIENT_ADDRESS}</varname></term> + <listitem> + <para>The IPv4 or IPv6 address of the current Guacamole user. This will be + the address of the client side of the HTTP connection to the Guacamole + server at the time the current user logged in.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>${GUAC_CLIENT_HOSTNAME}</varname></term> + <listitem> + <para>The hostname of the current Guacamole user. This will be the hostname + of the client side of the HTTP connection to the Guacamole server at the + time the current user logged in. If no such hostname can be determined, + the IPv4 or IPv6 address will be used instead, and this token will be + equivalent to <varname>${GUAC_CLIENT_ADDRESS}</varname>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>${GUAC_DATE}</varname></term> <listitem> <para>The current date in the local time zone of the Guacamole server. This
