[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.1.0-37-g870b984

X2Go dev team git-admin at x2go.org
Fri Apr 26 00:53:17 CEST 2013


The branch, master has been updated
       via  870b98422e7e2ceff6e2f2c5f90172e63109b75a (commit)
      from  8546ee4fcd4c094b1a1a7a04ba81ed549055920e (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 fa7ce84..af47662 100644
--- a/x2gobroker/authservice.py
+++ b/x2gobroker/authservice.py
@@ -88,7 +88,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