User Tools

Site Tools


x2gobroker:conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
x2gobroker:conf [2013/05/12 22:08]
sunweaver [The Backend Sections]
x2gobroker:conf [2013/05/12 22:23] (current)
sunweaver
Line 1: Line 1:
-====== 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|here]]. 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|here]].
Line 5: Line 5:
 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. 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 Global Section of x2gobroker.conf =====
Line 30: Line 30:
  
 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. 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 ====
  
Line 44: Line 46:
 ==== The IniFile Backend ==== ==== 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> <code bash>
Line 50: Line 52:
 </code> </code>
  
-The [[http://code.x2go.org/gitweb?p=x2gobroker.git;a=blob;f=etc/broker/x2gobroker-sessionprofiles.conf|default 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-sessionprofiles.conf|default 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.
  
  
x2gobroker/conf.1368396514.txt.gz · Last modified: 2013/05/12 22:08 by sunweaver