Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 08DFC200CAE for ; Wed, 7 Jun 2017 06:05:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0798B160BD4; Wed, 7 Jun 2017 04:05:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4F442160BC6 for ; Wed, 7 Jun 2017 06:05:39 +0200 (CEST) Received: (qmail 28297 invoked by uid 500); 7 Jun 2017 04:05:38 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 28286 invoked by uid 99); 7 Jun 2017 04:05:38 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 04:05:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EE39AD00BA for ; Wed, 7 Jun 2017 04:05:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.231 X-Spam-Level: X-Spam-Status: No, score=-4.231 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id g9tCYY75wE1y for ; Wed, 7 Jun 2017 04:05:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A40395FB80 for ; Wed, 7 Jun 2017 04:05:34 +0000 (UTC) Received: (qmail 28233 invoked by uid 99); 7 Jun 2017 04:05:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 04:05:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A09C2E04F2; Wed, 7 Jun 2017 04:05:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmuehlner@apache.org To: commits@guacamole.incubator.apache.org Date: Wed, 07 Jun 2017 04:05:34 -0000 Message-Id: In-Reply-To: <354d962a530e414e9f668c33f905e232@git.apache.org> References: <354d962a530e414e9f668c33f905e232@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] incubator-guacamole-manual git commit: GUACAMOLE-292: Document new user profile columns of guacamole_user. archived-at: Wed, 07 Jun 2017 04:05:40 -0000 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/staging/0.9.13-incubating Commit: 9687be9137e55a062bb5487289a97c36890348fc Parents: b69d98e Author: Michael Jumper Authored: Sun Jun 4 15:47:34 2017 -0700 Committer: Michael Jumper 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 zones. + + full_name + + 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 NULL. + + + + email_address + + 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 + NULL. + + + + organization + + 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 + NULL. + + + + organizational_role + + The role or title of the user at the organization described by the + organization 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 NULL. + + If you choose to manually set unsalted password hashes, please be sure you