The branch, master has been updated via c90fbb1151fa1758da0c8b7f1cee92b1ae9ffc25 (commit) from 94002645899cdc22cf30dec255b04a24c30db692 (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 c90fbb1151fa1758da0c8b7f1cee92b1ae9ffc25 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 18 21:05:22 2013 +0200 static cookies will be the default for now ----------------------------------------------------------------------- Summary of changes: etc/x2gobroker.conf | 2 +- x2gobroker/defaults.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index 2337f9d..3d26f10 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -33,7 +33,7 @@ #require-cookie-auth = false ### NOT-IN-USE-YET # X2Go supports two different cookie authentication modes (static and dynamic). -#use-static-cookie = false ### NOT-IN-USE-YET +#use-static-cookie = true ### NOT-IN-USE-YET # Every server-client communication (between X2Go Client and broker) has to be # accompanied by this initial authentication cookie. diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py index 8348b47..ab9844e 100644 --- a/x2gobroker/defaults.py +++ b/x2gobroker/defaults.py @@ -115,7 +115,7 @@ X2GOBROKER_CONFIG_DEFAULTS = { u'backend': u'zeroconf', u'check-credentials': True, u'require-cookie-auth': False, - u'use-static-cookie': False, + u'use-static-cookie': True, u'my-cookie': uuid.uuid4(), u'enable-plain-output': True, u'enable-uccs-output': False, hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).