The branch, master has been updated via ae12eec822c2b508ca41df898e700855099d737a (commit) from 41a126a851c6b472283542311ce9ec97a916f887 (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 ae12eec822c2b508ca41df898e700855099d737a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun May 12 21:41:49 2013 +0200 remove not-yet-programmed httpasswd authmech ----------------------------------------------------------------------- Summary of changes: x2gobroker/authmechs/htpasswd_authmech.py | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 x2gobroker/authmechs/htpasswd_authmech.py The diff of changes is: diff --git a/x2gobroker/authmechs/htpasswd_authmech.py b/x2gobroker/authmechs/htpasswd_authmech.py deleted file mode 100644 index 0778ca0..0000000 --- a/x2gobroker/authmechs/htpasswd_authmech.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (C) 2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2012 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# -# X2Go Session Broker is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# X2Go Session Broker is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program; if not, write to the -# Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - -class X2GoBrokerAuthMech(object): - - def authenticate(self, username, password): - - ### TODO: implement an authentication mechanism that can use htpasswd files - return False - 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).