[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.0.99.9-8-g6e50ee1

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:35:09 CEST 2013


The branch, release/4.0.1.x has been updated
       via  6e50ee147551291fc4dc8cd8a8d9a9817da7f90b (commit)
      from  0c93005f85ed13e74d362e4dc7febff47ad59e81 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    2 ++
 x2goserver/bin/x2goruncommand |    3 +++
 2 files changed, 5 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 89b9fc1..f4e84ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ x2goserver (3.0.99.10-0~x2go1) UNRELEASED; urgency=low
   [ Jochen Schulz ]
   * New upstream version (3.0.99.10):
     - Escape DB user names in x2godbadmin.
+    - Export KRB5CCNAME in x2goruncommand, make Kerberos ticket cache
+      known inside X2Go sessions.
 
   [ John Williams ]
   * New upstream version (3.0.99.10):
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 99be494..a16b553 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -43,6 +43,9 @@ echo "exec $cmd" >> $MESSAGE_FILE
 NX_XINERAMA_CONF=$X2GO_ROOT/C-$X2GO_SESSION/xinerama.conf
 export NX_XINERAMA_CONF
 
+# make Kerberos's ticket cache known inside the X2Go session
+test -n $KRB5CCNAME && export KRB5CCNAME
+
 IMEXIT="false"
 
 NX_XINERAMA_LIBS=/usr/lib/nx/X11/Xinerama


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list