[X2Go-Commits] page changed: wiki:advanced:tce:install
wiki-admin at x2go.org
wiki-admin at x2go.org
Tue Nov 12 16:27:20 CET 2013
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/11/12 15:27
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0
IP-Address : 134.245.254.47
Hostname : m-047.informatik.uni-kiel.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:tce:install?rev=1384269603
New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:tce:install
Edit Summary:
User : sunweaver
@@ -162,9 +162,9 @@
==== Configuration of x2goclient (display manager mode) ====
- === x2goclient in LDAP-mode ===
+ === X2Go Client in LDAP-mode ===
Please feel free to customize the command line options used by the ''x2goclient'' running in display manager mode. For example you can enable LDAP mode:
<code>
@@ -175,20 +175,19 @@
<file>
x2goclient --pgp-card \
--ldap="192.168.1.1:389:dc=<domain>,dc=<tld>" \
- --external-login=/ramdrive/logins \
+
--external-login=~x2gothinclient/logins \
--no-menu \
--maximize \
--thinclient \
--haltbt \
--link=lan \
- --kbd-layout=de \
- --kbd-type=pc105/de \
+ --kbd-layout=us \
+ --kbd-type=pc105/us \
--set-kbd=1 \
--geometry=fullscreen \
- --add-to-known-hosts \
- --read-exports-from=/ramdrive/export \
+ --read-exports-from=~x2gothinclient/export \
--add-to-known-hosts &
</file>
After modifying the ''x2gothinclient_start'' file, update the X2Go Thin Client configuration:
@@ -196,9 +195,44 @@
<code>
$ x2gothinclient_update
</code>
- === x2goclient in non-LDAP mode ===
+ === X2Go Client in broker mode ===
+
+ Please feel free to customize the command line options used by the ''x2goclient'' running in display manager mode. For example you can enable LDAP mode:
+
+ <code>
+ $ editor
/opt/x2gothinclient/etc/x2gothinclient_start
+ </code>
+
+ The below example uses LDAP-mode for ''x2goclient'':
+
+ <file>
+ x2goclient --pgp-card \
+ --broker-url=https://<broker-server>:<port>/plain/<backend> \
+ --broker-cacertfile=<path-to-your-self-signed-rootca-file>
+ --external-login=~x2gothinclient/logins \
+ --no-menu \
+ --maximize \
+ --thinclient \
+ --haltbt \
+ --link=lan \
+ --kbd-layout=us \
+ --kbd-type=pc105/us \
+ --set-kbd=1 \
+ --geometry=fullscreen \
+ --read-exports-from=~x2gothinclient/export \
+ --add-to-known-hosts &
+ </file>
+
+ After modifying the ''x2gothinclient_start'' file, update the X2Go Thin Client configuration:
+
+ <code>
+ $ x2gothinclient_update
+ </code>
+
+
+ === X2Go Client in sessions file mode ===
The Debian GNU/Linux X2Go TCE uses non-LDAP mode as default. Edit the default
sessions file in ''/opt/x2gothinclient/etc/x2gothinclient_sessions''.
There are two extra commandline arguments that you should be aware in the below configuration.
@@ -209,20 +243,19 @@
<file>
x2goclient --no-session-edit \
--session="X2Go.EXAMPLE" \
--pgp-card \
- --external-login=/ramdrive/logins \
+ --external-login=~x2gothinclient/logins \
--no-menu \
--maximize \
--thinclient \
--haltbt \
--link=lan \
- --kbd-layout=de \
- --kbd-type=pc105/de \
+ --kbd-layout=us \
+ --kbd-type=pc105/us \
--set-kbd=1 \
--geometry=fullscreen \
- --add-to-known-hosts \
- --read-exports-from=/ramdrive/export \
+ --read-exports-from=~x2gothinclient/export \
--add-to-known-hosts &
</file>
After modifying the ''x2gothinclient_start'' file, update the X2Go Thin
Client configuration:
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list