[X2Go-Commits] x2gobroker.git - tmp (branch) updated: 4bef261502ad0d4d20751eca0073f5f295aa99ff

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:36 CEST 2013


The branch, tmp has been updated
       via  4bef261502ad0d4d20751eca0073f5f295aa99ff (commit)
      from  7bb4760eb14f26e040a9f460d29924cfa39d654f (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:
 x2gobroker/backends/base.py |   13 +++++++++++++
 1 file changed, 13 insertions(+)

The diff of changes is:
diff --git a/x2gobroker/backends/base.py b/x2gobroker/backends/base.py
index b590fdb..19cab3c 100644
--- a/x2gobroker/backends/base.py
+++ b/x2gobroker/backends/base.py
@@ -144,6 +144,19 @@ class X2GoBroker(object):
         """
         return {}
 
+    def get_profile_acls(self, profile_id):
+        """\
+        Get the ACLs for session profile with profile ID <profile_id>.
+
+        @param profile_id: the ID of a profile, in other words the section name in the configuration file
+        @type profile_id: C{unicode}
+
+        @return: a dictionary representing the ACLs for session profile with ID <profile_id>
+        @rtype: C{dict}
+
+        """
+        return {}
+
     def test_connection(self):
         #if($cgi->param('task') eq 'testcon')
         #{


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