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:10]
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 46: 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 52: 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.1368396650.txt.gz · Last modified: 2013/05/12 22:10 by sunweaver