The branch, master has been updated via 506e2e7cf69dc9bc29e10092e3d29739484b41d0 (commit) from 7feaee0c3c7773c1a18189f111e447175cb569a2 (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 506e2e7cf69dc9bc29e10092e3d29739484b41d0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 17:16:51 2012 +0100 The option ,,password'' is not allowed for session registration. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + pyhoca/cli/frontend.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8463faa..1b63747 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pyhoca-cli (0.2.1.0-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.2.1.0): - Add cmdline option --from-stdin that facilitates lightdm remote login session startup. + - The option ,,password'' is not allowed for session registration. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Reduce python version in Build-Depends to allow build on Ubuntu 10.04. diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py index 7636399..30e55a1 100644 --- a/pyhoca/cli/frontend.py +++ b/pyhoca/cli/frontend.py @@ -377,7 +377,6 @@ class PyHocaCLI(x2go.X2goClient): self.x2go_session_hash = self._X2goClient__register_session(args.server, port=int(self.args.remote_ssh_port), known_hosts=ssh_known_hosts_filename, username=self.args.username, - password=self.args.password, key_filename=self.args.ssh_privkey, add_to_known_hosts=self.args.add_to_known_hosts, profile_name = 'Pyhoca-Client_Session', hooks/post-receive -- pyhoca-cli.git (Python X2Go Client (command line client)) 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 "pyhoca-cli.git" (Python X2Go Client (command line client)).