User Tools

Site Tools


x2gobroker:conf

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
x2gobroker:conf [2013/05/12 20:20]
sunweaver created
x2gobroker:conf [2013/05/12 22:08]
sunweaver [The Backend Sections]
Line 22: Line 22:
 ===== The Backend Sections ===== ===== 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 ====
  
Line 34: Line 40:
 </code> </code>
  
-In ''/etc/x2go/x2gobroker.conf'' the only option you can tweak is the ''desktop-shell'' option.+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 ====
  
-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-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. 
 + 
x2gobroker/conf.txt · Last modified: 2013/05/12 22:23 by sunweaver