This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit f4490afac3c2be7648f9dc7ecf307da5df50d1bc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Mar 26 14:49:49 2015 +0100 fix comment in x2gobroker-authservice --- sbin/x2gobroker-authservice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice index 8eb0ade..c1101cd 100755 --- a/sbin/x2gobroker-authservice +++ b/sbin/x2gobroker-authservice @@ -227,7 +227,7 @@ if __name__ == '__main__': logger_authservice.info(' X2GOBROKER_DEBUG: {value}'.format(value=X2GOBROKER_DEBUG)) logger_authservice.info(' X2GOBROKER_AUTHSERVICE_SOCKET: {value}'.format(value=X2GOBROKER_AUTHSERVICE_SOCKET)) - # check effective UID the broker runs as and complain appropriately... + # check effective UID the AuthService runs as and complain appropriately... if os.geteuid() != 0: logger_authservice.warn('X2Go Session Broker\'s PAM authentication service should run with root privileges to guarantee proper access to all PAM modules.') -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git