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 0F29D200B33 for ; Wed, 15 Jun 2016 07:34:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0DD71160A62; Wed, 15 Jun 2016 05:34:04 +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 5EF8B160A06 for ; Wed, 15 Jun 2016 07:34:03 +0200 (CEST) Received: (qmail 56025 invoked by uid 500); 15 Jun 2016 05:34:02 -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 56011 invoked by uid 99); 15 Jun 2016 05:34:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 05:34:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 067A41A0CB0 for ; Wed, 15 Jun 2016 05:34:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 3ske8QwYfPmV for ; Wed, 15 Jun 2016 05:34:01 +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 4E18B5F257 for ; Wed, 15 Jun 2016 05:34:00 +0000 (UTC) Received: (qmail 55964 invoked by uid 99); 15 Jun 2016 05:33:59 -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, 15 Jun 2016 05:33:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4D492E0498; Wed, 15 Jun 2016 05:33:59 +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, 15 Jun 2016 05:34:00 -0000 Message-Id: In-Reply-To: <15dd053afafb40378e759c87d2e154d5@git.apache.org> References: <15dd053afafb40378e759c87d2e154d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] incubator-guacamole-manual git commit: GUACAMOLE-52: The username and connection_name values are not necessarily unique in the context of the history table. archived-at: Wed, 15 Jun 2016 05:34:04 -0000 GUACAMOLE-52: The username and connection_name values are not necessarily unique in the context of the history table. 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/12afda86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/12afda86 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/12afda86 Branch: refs/heads/master Commit: 12afda8695e9af8804703141e31ecd0f3445d87b Parents: d277ba0 Author: Michael Jumper Authored: Tue Jun 14 22:24:45 2016 -0700 Committer: Michael Jumper Committed: Tue Jun 14 22:24:45 2016 -0700 ---------------------------------------------------------------------- src/chapters/jdbc-auth.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/12afda86/src/chapters/jdbc-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml index 8171223..0ea637a 100644 --- a/src/chapters/jdbc-auth.xml +++ b/src/chapters/jdbc-auth.xml @@ -846,8 +846,8 @@ INSERT INTO guacamole_connection_parameter VALUES (1, username - The unique name associated with the user at the time that they - used the connection. + The name associated with the user at the time that they used the + connection. @@ -863,8 +863,8 @@ INSERT INTO guacamole_connection_parameter VALUES (1, connection_name - The unique name associated with the connection at the time that it - was used. + The name associated with the connection at the time that it was + used.