Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-manual/pull/5#discussion_r67101660
--- Diff: src/chapters/jdbc-auth.xml ---
@@ -839,15 +839,32 @@ INSERT INTO guacamole_connection_parameter VALUES
(<replaceable>1</replaceable>,
<listitem>
<para>The value of the
<property>user_id</property> from the entry in
<classname>guacamole_user</classname>
associated with the user
- using the connection.</para>
+ using the connection. If the user no
longer exists, this will be
+ <constant>NULL</constant>.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><property>username</property></term>
+ <listitem>
+ <para>The unique name associated with the user
at the time that they
+ used the connection.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><property>connection_id</property></term>
<listitem>
<para>The value of the
<property>connection_id</property> from the entry
in
<classname>guacamole_connection</classname> associated the
- connection being used.</para>
+ connection being used. If the connection
associated with the history
+ record no longer exists, this will be
+ <constant>NULL</constant>.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><property>connection_name</property></term>
+ <listitem>
+ <para>The unique name associated with the
connection at the time that it
--- End diff --
True.
Very well. I shall document it ... *correctly*.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---