This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
x2gobroker:conf [2013/05/12 20:20] sunweaver created |
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 ''/ | The default version of the ''/ | ||
| 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 '' | + | The file '' |
| ===== The Global Section of x2gobroker.conf ===== | ===== The Global Section of x2gobroker.conf ===== | ||
| Line 22: | Line 22: | ||
| ===== The Backend Sections ===== | ===== The Backend Sections ===== | ||
| - | Available backend sections are: '' | + | Available backend sections are: '' |
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | If you want to use a certain backend with your X2Go Session Broker setup, make sure to enable it in '' | ||
| + | |||
| + | Normally, other options are available for each backend, depending on the characteristics of the backend. | ||
| ==== The ZeroConf Backend ==== | ==== The ZeroConf Backend ==== | ||
| Line 34: | Line 42: | ||
| </ | </ | ||
| - | In ''/ | + | In ''/ |
| ==== The IniFile Backend ==== | ==== The IniFile Backend ==== | ||
| - | The '' | + | The '' |
| + | |||
| + | <code bash> | ||
| + | $ editor / | ||
| + | </ | ||
| + | |||
| + | If your '' | ||
| + | |||
| + | < | ||
| + | [inifile] | ||
| + | ... | ||
| + | session-profiles = / | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | The [[http:// | ||
| + | |||