[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-14-g96e694c

X2Go dev team git-admin at x2go.org
Mon Aug 19 11:14:51 CEST 2013


The branch, master has been updated
       via  96e694c2c28c08352c3f070c90e183f66bd1b509 (commit)
      from  6be0aa0ce1e0f079b9ab4e39d6166ab7e8411a99 (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 96e694c2c28c08352c3f070c90e183f66bd1b509
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Aug 18 21:22:44 2013 +0200

    fix command line option default for --auth-cookie

-----------------------------------------------------------------------

Summary of changes:
 bin/x2gobroker |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/bin/x2gobroker b/bin/x2gobroker
index 36b3809..3c1426d 100755
--- a/bin/x2gobroker
+++ b/bin/x2gobroker
@@ -82,7 +82,7 @@ if __name__ == "__main__":
     sshbroker_options = [
         {'args':['--task'], 'default': None, 'metavar': 'BROKER_TASK', 'help': 'broker task (listsessions, selectsession, setpass, testcon', },
         {'args':['--user'], 'default': None, 'metavar': 'USER_NAME', 'help': 'Operate on behalf of this user name', },
-        {'args':['--auth-cookie', '--authid', ], 'default': '127.0.0.1:8080', 'metavar': 'AUTH_ID', 'help': 'Pre-shared authentication ID', },
+        {'args':['--auth-cookie', '--authid', ], 'default': None, 'metavar': 'AUTH_ID', 'help': 'Pre-shared authentication ID', },
         {'args':['--profile-id', '--sid', ], 'default': None, 'metavar': 'PROFILE_ID', 'help': 'for task: the profile ID selected from the list of available session profiles', },
         {'args':['--backend'], 'default': None, 'metavar': 'BROKER_BACKEND', 'help': 'select a non-default broker backend', },
     ]


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).




More information about the x2go-commits mailing list