A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:26
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:inifilebackend?rev=1368397397
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:inifilebackend
Edit Summary:
User : sunweaver
@@ -1,9 +1,9 @@
====== X2Go Session Broker Config File: x2gobroker-sessionprofiles.conf ======
The default version of the ''/etc/x2go/broker/x2gobroker-sessionprofiles.conf'' configuration file can be viewed [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker…]]
- The file format is the INI file format. It falls in to a [DEFAULT] section and one or more session profile sections:
+ The file format is the INI file format. It falls in to a [DEFAULT] section and one or more session profile
sections. A minimal setup could look like this.
<file>
[DEFAULT]
command=XFCE
@@ -20,4 +20,6 @@
fullscreen=false
width=1280
height=768
</file>
+
+ Note that every X2Go Client parameter not given here gets filled in from a [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=x2gobroker/defaults.p… default configuration]].
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:23
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396906
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary:
User : sunweaver
@@ -1,5 +1,5 @@
- ====== X2Go Session Broker Config File: /etc/x2go/x2gobroker.conf ======
+ ====== X2Go Session Broker Config File: x2gobroker.conf ======
The default version of the ''/etc/x2go/x2gobroker.conf'' configuration file can be viewed [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/x2gobroker.conf|h…]]
It basically is used to do all global session broker configuration stuff. The file contains many and long comments, make sure you read everything thoroughly.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:23
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:inifilebackend
Edit Summary: created
User : sunweaver
====== X2Go Session Broker Config File: x2gobroker-sessionprofiles.conf ======
The default version of the ''/etc/x2go/broker/x2gobroker-sessionprofiles.conf'' configuration file can be viewed [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker…]]
The file format is the INI file format. It falls in to a [DEFAULT] section and one or more session profile
sections:
<file>
[DEFAULT]
command=XFCE
fullscreen=true
[staff-server]
host=x2go-staff.intern
[student-server]
host=x2go-student-01.intern
[admin-server]
host=x2go-admin.intern
fullscreen=false
width=1280
height=768
</file>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:15
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396875
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [The IniFile Backend]
User : sunweaver
@@ -59,7 +59,7 @@
session-profiles = /etc/x2go/broker/x2gobroker-sessionprofiles.conf
...
</code>
- The [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker… version of the ''x2gobroker-sessionprofiles.conf'' file]] ships many examples, but is not usable out-of-the box. An [[x2gobroker:inifilebackend|extra wiki page]] has been dedicated to that file.
+ The [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker… version]] of the
''x2gobroker-sessionprofiles.conf'' file ships many examples, but is not usable out-of-the box. An [[x2gobroker:inifilebackend|extra wiki page]] has been dedicated to that file.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:14
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396650
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [The IniFile Backend]
User : sunweaver
@@ -44,13 +44,22 @@
In ''/etc/x2go/x2gobroker.conf'' the only option you can tweak is the ''desktop-shell'' option. Its default is set to ''KDE''.
==== The IniFile Backend ====
- The ''inifile'' backend is a broker backend that can be used to configure several X2Go Server provisionings text file based. The default path of the session profiles configuration file:
+ The ''inifile'' backend is a broker backend that can be used to configure several X2Go Server provisionings text file based. For the session profile setup it uses an extra file, by
default it is using...
<code bash>
$ editor /etc/x2go/broker/x2gobroker-sessionprofiles.conf
</code>
- The [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker… version of that file]] ships many examples, but is not usable out-of-the box. An [[x2gobroker:inifilebackend|extra wiki page]] has been dedicated to that file.
+ If your ''x2gobroker-sessionprofiles.conf'' is located elsewhere, use the this ''inifile'' backend's option (in ''x2gobroker.conf'') to select another file path:
+
+ <code>
+ [inifile]
+ ...
+ session-profiles = /etc/x2go/broker/x2gobroker-sessionprofiles.conf
+ ...
+ </code>
+
+ The [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker… version of the ''x2gobroker-sessionprofiles.conf'' file]] ships many examples, but is not usable out-of-the box. An [[x2gobroker:inifilebackend|extra wiki page]] has been dedicated to that file.
--
This
mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:10
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396560
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [The Backend Sections]
User : sunweaver
@@ -28,8 +28,10 @@
* ''user-db = libnss'' (can be omitted if default-user-db is set to the same user DB backend)
* ''group-db = libnss'' (can be omitted if default-group-db is set to the same group DB backend)
If you want to use a certain backend with your X2Go Session Broker setup, make sure to enable it in ''x2gobroker.conf''. Otherwise, you will receive 404 http reponse (Not Found) for the backends broker URL.
+
+ Normally, other options are available for each backend, depending on the characteristics of the backend.
==== The
ZeroConf Backend ====
The ''zeroconf'' backend is a test backend that works out of the box and provides a session profile that will give an X2Go login to ''localhost''.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:09
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396514
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [X2Go Session Broker Config File: /etc/x2go/x2gobroker.conf]
User : sunweaver
@@ -3,9 +3,9 @@
The default version of the ''/etc/x2go/x2gobroker.conf'' configuration file can be viewed [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/x2gobroker.conf|h…]]
It basically is used to do all global session broker configuration stuff. The file contains many and long comments, make sure you read everything thoroughly.
- The file ''x2gobroker.conf'' falls into a [global] section and several per-backend sections ([zeroconf], [inifile], etc.).
+ The file ''x2gobroker.conf'' falls
into a [global] section and several per-backend sections ([zeroconf], [inifile], etc.). The file format is that of an INI file.
===== The Global Section of x2gobroker.conf =====
The tweakable options of ''x2gobroker.conf'' that you might have to touch are:
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:08
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368396198
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [The Backend Sections]
User : sunweaver
@@ -20,10 +20,16 @@
* ''default-agent-query-mode'': mode for querying X2Go Session Broker Agent, can be either ''LOCAL'' or ''SSH''
===== The Backend Sections =====
- Available backend sections are: ''zeroconf'', ''inifile''.
+ Available backend sections are: ''zeroconf'', ''inifile''. All backends have the following options in common:
+ * ''enable = {true|false}''
+ * ''auth-mech = pam'' (can be omitted if default-auth-mech is set to the same authentication mechanism)
+ * ''user-db = libnss'' (can be omitted if default-user-db is
set to the same user DB backend)
+ * ''group-db = libnss'' (can be omitted if default-group-db is set to the same group DB backend)
+
+ If you want to use a certain backend with your X2Go Session Broker setup, make sure to enable it in ''x2gobroker.conf''. Otherwise, you will receive 404 http reponse (Not Found) for the backends broker URL.
==== The ZeroConf Backend ====
The ''zeroconf'' backend is a test backend that works out of the box and provides a session profile that will give an X2Go login to ''localhost''.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/05/12 22:02
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
IP-Address : 2.208.203.28
Hostname : 2.208.203.28
Old Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf?rev=1368395889
New Revision: http://wiki.x2go.org/doku.php/x2gobroker:conf
Edit Summary: [The IniFile Backend]
User : sunweaver
@@ -36,5 +36,13 @@
In ''/etc/x2go/x2gobroker.conf'' the only option you can tweak is the ''desktop-shell'' option. Its default is set to ''KDE''.
==== The IniFile Backend ====
- The ''inifile'' backend is a broker backend that can be text file based
+ The ''inifile'' backend is a broker backend that can be used to configure several X2Go Server provisionings text file based. The default path of the session profiles configuration file:
+
+ <code bash>
+ $ editor /etc/x2go/broker/x2gobroker-sessionprofiles.conf
+ </code>
+
+ The
[[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker… version of that file]] ships many examples, but is not usable out-of-the box. An [[/x2gobroker:inifilebackend|extra wiki page]] has been dedicated to that file.
+
+
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/