From x2go@ymir.das-netzwerkteam.de  Wed Apr  1 16:53:35 2015
Received: (at 665) by bugs.x2go.org; 1 Apr 2015 14:53:52 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id B7EEC5DAD2; Wed,  1 Apr 2015 16:53:35 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 665-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 665@bugs.x2go.org
Subject: X2Go issue (in src:x2gobroker) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20150401145335.B7EEC5DAD2@ymir.das-netzwerkteam.de>
Date: Wed,  1 Apr 2015 16:53:35 +0200 (CEST)

tag #665 pending
fixed #665 0.0.3.0
thanks

Hello,

X2Go issue #665 (src:x2gobroker) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2gobroker.git;a=commitdiff;h=80b1acb

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 80b1acb82639467ff85737cdfc5500535ad92afc
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Wed Apr 1 16:51:49 2015 +0200

    x2gobroker-agent.pl: Add %U (uidNumber) and %G (primary gidNumber) as further possible substitutions for deriving the full path to X2Go Broker Agent's public SSH key deployment. (Fixes: #665).

diff --git a/debian/changelog b/debian/changelog
index 0f5d81f..215d700 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -300,6 +300,9 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       load-balanced server farm is unavailable.
     - x2gobroker-pubkeyauthorizer: Handle replacement of SSH pubkeys with wrong/
       old SSH options.
+    - x2gobroker-agent.pl: Add %U (uidNumber) and %G (primary gidNumber) as
+      further possible substitutions for deriving the full path to X2Go Broker
+      Agent's public SSH key deployment. (Fixes: #665).
   * debian/control:
     + Provide separate bin:package for SSH brokerage: x2gobroker-ssh.
     + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.

