Github user jmuehlner commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-manual/pull/5#discussion_r67101573
  
    --- 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 --
    
    Well it's not globally unique right? Only within the parent connection 
group.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to