[X2Go-Commits] [x2gobroker] 04/04: Provide desktop sharing (shadow session) example in x2gobroker-sessionprofiles.conf.

git-admin at x2go.org git-admin at x2go.org
Thu Mar 19 02:31:04 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit d8e41949ffc84354b0f8ce41ca23fc1a8bf895ff
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 19 02:28:28 2015 +0100

    Provide desktop sharing (shadow session) example in x2gobroker-sessionprofiles.conf.
---
 debian/changelog                           |    2 ++
 etc/broker/x2gobroker-sessionprofiles.conf |    7 +++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8beb1d0..07186ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -228,6 +228,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       will request shadowing sessions.
     - Mention "usebrokerpass" session profile option in
       x2gobroker-sessionprofiles.conf.
+    - Provide desktop sharing (shadow session) example in
+      x2gobroker-sessionprofiles.conf.
   * debian/control:
     + Provide separate bin:package for SSH brokerage: x2gobroker-ssh.
     + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
diff --git a/etc/broker/x2gobroker-sessionprofiles.conf b/etc/broker/x2gobroker-sessionprofiles.conf
index e9bf560..6973d65 100644
--- a/etc/broker/x2gobroker-sessionprofiles.conf
+++ b/etc/broker/x2gobroker-sessionprofiles.conf
@@ -75,6 +75,13 @@ host=localhost
 command=MATE
 usebrokerpass=true
 
+[localhost-shadow]
+name=SHADOW - localhost
+# don't even try load-balancing here... it makes not sense and won't work (first given host will be used!)
+host=localhost
+command=SHADOW
+usebrokerpass=true
+
 ### EXAMPLES: Below you find some config examples. Adapt them to your needs or
 ### simply write your own session profiles and remove the examples below.
 

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list