[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.1.0-23-g5c84b2a

X2Go dev team git-admin at x2go.org
Sun May 19 13:03:36 CEST 2013


The branch, build-main has been updated
       via  5c84b2ac39cabc4f1ae3051fb220c7f65149d561 (commit)
      from  8cf905c4399d9737cb613acadaa1d6f6d5683f96 (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/authservice.py |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/x2gobroker/authservice.py b/x2gobroker/authservice.py
index 808988a..0f97a29 100644
--- a/x2gobroker/authservice.py
+++ b/x2gobroker/authservice.py
@@ -125,7 +125,9 @@ def loop():
 
 def authenticate(username, password, service="x2gobroker"):
     s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
+    logger_authservice.debug('connecting to authentication service socket {socket}'.format(socket=X2GOBROKER_AUTHSERVICE_SOCKET))
     s.connect(X2GOBROKER_AUTHSERVICE_SOCKET)
+    logger_authservice.debug('sending username={username}, password=<hidden>, service={service} to authentication service'.format(username=username, service=service))
     s.send('{username} {password} {service}\n'.format(username=username, password=password, service=service))
     result = s.recv(1024)
     s.close()


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