You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/06/07 04:06:42 UTC

[1/4] incubator-guacamole-manual git commit: GUACAMOLE-292: Document new user profile columns of guacamole_user.

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master 1f2fbe331 -> d9d9629dc


GUACAMOLE-292: Document new user profile columns of guacamole_user.


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/9687be91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/9687be91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/9687be91

Branch: refs/heads/master
Commit: 9687be9137e55a062bb5487289a97c36890348fc
Parents: b69d98e
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Jun 4 15:47:34 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jun 6 20:43:57 2017 -0700

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 43 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/9687be91/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index 710a2ff..40fdf12 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -805,6 +805,49 @@ postgresql-user-required: true</programlisting>
                             zones.</para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>full_name</property></term>
+                    <listitem>
+                        <para>The user's full name. Unlike the username, this name need not be
+                            unique; it is optional and is meant for display purposes only. Defining
+                            this value has no bearing on user identity, which is dictated purely by
+                            the username. User accounts with no associated full name should have
+                            this column set to <constant>NULL</constant>.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><property>email_address</property></term>
+                    <listitem>
+                        <para>The user's email address, if any. This value is optional, need not be
+                            unique relative to other defined users, and is meant for display
+                            purposes only. Defining this value has no bearing on user identity,
+                            which is dictated purely by the username. If the user has no associated
+                            email address, this column should be set to
+                            <constant>NULL</constant>.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><property>organization</property></term>
+                    <listitem>
+                        <para>The name of the organization, company, etc. that the user is
+                            affiliated with. This value is optional and is meant for display
+                            purposes only. Defining this value has no bearing on user identity,
+                            which is dictated purely by the username. Users with no associated
+                            organization should have this column set to
+                            <constant>NULL</constant>.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term><property>organizational_role</property></term>
+                    <listitem>
+                        <para>The role or title of the user at the organization described by the
+                                <property>organization</property> column. This value is optional and
+                            is used for display purposes only. Defining this value has no bearing on
+                            user identity, which is dictated purely by the username. Users with no
+                            associated organization (or specific role/title at that organization)
+                            should have this column set to <constant>NULL</constant>.</para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
             <important>
                 <para>If you choose to manually set unsalted password hashes, please be sure you


[2/4] incubator-guacamole-manual git commit: GUACAMOLE-292: Merge documentation for new user columns.

Posted by jm...@apache.org.
GUACAMOLE-292: Merge documentation for new user columns.


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/cf8eb6bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/cf8eb6bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/cf8eb6bd

Branch: refs/heads/master
Commit: cf8eb6bdf35696b862eb7b54cf1d7205f159eb9f
Parents: b69d98e 9687be9
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jun 6 21:02:14 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jun 6 21:02:14 2017 -0700

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 43 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
----------------------------------------------------------------------



[3/4] incubator-guacamole-manual git commit: GUACAMOLE-189: Merge documentation for new guacd override columns.

Posted by jm...@apache.org.
GUACAMOLE-189: Merge documentation for new guacd override columns.


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/a1a4ee64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/a1a4ee64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/a1a4ee64

Branch: refs/heads/master
Commit: a1a4ee64dd00217905288ac1d902713b0298c03b
Parents: cf8eb6b 1e48c45
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jun 6 21:04:26 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jun 6 21:04:26 2017 -0700

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/a1a4ee64/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------


[4/4] incubator-guacamole-manual git commit: Merge 0.9.13-incubating changes back to master.

Posted by jm...@apache.org.
Merge 0.9.13-incubating changes back to master.


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/d9d9629d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/d9d9629d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/d9d9629d

Branch: refs/heads/master
Commit: d9d9629dc80d6940455d6a2abc550f52c2cf91a3
Parents: 1f2fbe3 a1a4ee6
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jun 6 21:06:06 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jun 6 21:06:06 2017 -0700

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 43 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
----------------------------------------------------------------------