The branch, master 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 ----------------------------------------------------------------- commit 6e50ee147551291fc4dc8cd8a8d9a9817da7f90b Author: Jochen Schulz <schulz@math.uni-goettingen.de> Date: Thu Jan 26 17:21:43 2012 +0100 Export KRB5CCNAME in x2goruncommand, make Kerberos ticket cache known inside X2Go sessions. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/bin/x2goruncommand | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) 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).