[X2go-Commits] x2gobroker.git - tornado (branch) updated: 0.0.0.5-62-geb322fc

X2Go dev team git-admin at x2go.org
Tue Mar 5 22:54:47 CET 2013


The branch, tornado has been updated
       via  eb322fcd5727c3e9d6f80da831f9e0f177f589c9 (commit)
      from  dcdbce376f33afe485535d4bca6cb39f06b91c12 (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 eb322fcd5727c3e9d6f80da831f9e0f177f589c9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 5 22:54:38 2013 +0100

    re-enable key deletion in base_broker.py

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

Summary of changes:
 x2gobroker/brokers/base_broker.py |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index 6062815..4f03e81 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -871,13 +871,13 @@ class X2GoBroker(object):
             selected_session.update({
                 'authentication_privkey': privkey,
             })
-            #x2gobroker.agent.delete_authorized_key(username=username,
-            #                                       pubkey_hash=pubkey,
-            #                                       authorized_keys_file=self.get_authorized_keys_file(profile_id),
-            #                                       query_mode=agent_query_mode,
-            #                                       remote_agent=remote_agent,
-            #                                       delay_deletion=60,
-            #),
+            x2gobroker.agent.delete_authorized_key(username=username,
+                                                   pubkey_hash=pubkey,
+                                                   authorized_keys_file=self.get_authorized_keys_file(profile_id),
+                                                   query_mode=agent_query_mode,
+                                                   remote_agent=remote_agent,
+                                                   delay_deletion=20,
+            ),
 
         return selected_session
 


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