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 Both sides next revision
x2gobroker:conf [2013/05/12 22:10]
sunweaver [The Backend Sections]
x2gobroker:conf [2013/05/12 22:14]
sunweaver [The IniFile Backend]
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.txt · Last modified: 2013/05/12 22:23 by sunweaver