The branch, build-main has been updated via 8546ee4fcd4c094b1a1a7a04ba81ed549055920e (commit) from b57e5c7d732c94056ded5046bd2f475074a3d933 (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 | 3 +++ x2gobroker/brokers/base_broker.py | 1 + 2 files changed, 4 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 43e14a2..a550fc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ x2gobroker (0.0.1.1-0~x2go1) UNRELEASED; urgency=low Apache2 by using the mod_wsgi module. - Add cmd and directrdp session profile parameters to defaults. - Fix wrong usage of session option »cmd«, has to be »command«. + - For sessions profiles with autologin enable, add a dummy key + session profile parameter that triggers key based auth in X2Go Client. + (Fixes: #154). * /debian/control: + Fix --root parameter in DEB_PYTHON_INSTALL_ARGS. * Properly remove the X2Go Session broker log files on package purgal. diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index 89aadac..76ed8ef 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -779,6 +779,7 @@ class X2GoBroker(object): if self.use_session_autologin(profile_id): profile['autologin'] = True + profile['key'] = 'key-comes-later' acls = self.get_profile_acls(profile_id) 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).