This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit e764d4f1da20c777ca87ee379d4d9979f16ca82c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 7 22:14:39 2014 +0100 x2gobroker.conf: list available user/group db backends and auth mechs --- etc/x2gobroker.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index 64967a9..8112a5a 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -81,10 +81,12 @@ #my-uccs-url-base = http://localhost:8080/ # default authentication mechanism for all broker backends +# Available auth mechs: pam, none, https_get #default-auth-mech = pam # how does this X2Go Session Broker instance retrieve user and group # information from the system? (defaults for all broker backends) +Available user/group db backends: libnss #default-user-db = libnss #default-group-db = libnss diff --git a/x2gobroker/authmechs/https_get_authmech.py b/x2gobroker/authmechs/https_get_authmech.py old mode 100755 new mode 100644 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git