[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.1.0-43-g7da7e32

X2Go dev team git-admin at x2go.org
Fri Apr 19 16:24:08 CEST 2013


The branch, master has been updated
       via  7da7e324930cf1e2265672853609746244fa374e (commit)
      from  710f44fe7f9ff77d0896a250b2de52f2b4cc0a3a (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 7da7e324930cf1e2265672853609746244fa374e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 19 16:23:31 2013 +0200

    fix pam_authmech.py

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

Summary of changes:
 x2gobroker/authmechs/pam_authmech.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/authmechs/pam_authmech.py b/x2gobroker/authmechs/pam_authmech.py
index 3eb0b3c..a596411 100644
--- a/x2gobroker/authmechs/pam_authmech.py
+++ b/x2gobroker/authmechs/pam_authmech.py
@@ -24,6 +24,7 @@ import pam
 
 # X2Go Session Broker modules
 import x2gobroker.authservice
+from x2gobroker.loggers import logger_error
 
 class X2GoBrokerAuthMech(object):
 
@@ -36,7 +37,7 @@ class X2GoBrokerAuthMech(object):
                     return True
 
             except error:
-                logger_error.error('Authentication against authentication service failed, trying direct PAM authentication (which is likely to fail on most PAM setups).'.format(username=username, service=service))
+                logger_error.error('Authentication against authentication service failed, trying direct PAM authentication (which is likely to fail on most PAM setups).')
                 # fallback to direct PAM authentication against the PAM service ,,x2gobroker''
                 if pam.authenticate(username, password, service="x2gobroker"):
                     return True


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