A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:30
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486744193
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: [nfs1.xgo.example.com] closing tag was missing
User : stefanbaur
@@ -511,5 +511,5 @@
nslcd nslcd/ldap-base string dc=x2go,dc=example,dc=com
nslcd nslcd/ldap-sasl-realm string
nslcd nslcd/ldap-reqcert select
nslcd nslcd/ldap-starttls boolean false
-
+ </file>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:22
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486743671
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: [Purpose of this document] - added Broker in list of non-redundant components
User : stefanbaur
@@ -28,12 +28,13 @@
* No redundancy for critical components
* Only a single LDAP server, no replication
* Only a single NFS server
* Only a single Postgres server
+ * Only a single X2Go Session Broker server
* No backup
* No monitoring/alerting
* No easy manageability/heavy abuse of LDAP:
* LDAP settings are converted from local settings on the "ldap1" server
* what ends up in LDAP this way is not
something you want to work with in a production environment
* it will be faster to set up a new LDAP server with the proper settings for your production environment than to base your server on this demo and trying to "clean up" afterwards
* Also, no user-friendly tool to manage LDAP settings is installed by default.
</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:21
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486743604
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: Moved system list out of "note warning" block, added headline
User : stefanbaur
@@ -1,5 +1,6 @@
- <note warning>
+ ====== X2Go Session Broker Demo Environment Setup ======
+ ===== Purpose of this document =====
This document takes you through the steps required to set up a simple X2Go Session Broker demo environment, consisting of a test client (x2goclient1.x2go.example.com) and the following servers:
* ldap1.x2go.example.com
* nfs1.x2go.example.com
@@ -7,8 +8,9 @@
* x2gobroker1.x2go.example.com
*
x2goserver1.x2go.example.com
* x2goserver2.x2go.example.com
+ <note warning>
**DO NOT EVER USE THIS IN A PRODUCTION ENVIRONMENT!
YOU WILL HURT YOURSELF VERY BADLY IF YOU IGNORE THIS WARNING!**
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:20
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486743331
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: Further Layout fixes, added backup/monitoring/alerting note, added list of systems
User : stefanbaur
@@ -1,25 +1,37 @@
<note warning>
- This document takes you through the steps required to set up a simple demo environment for the X2Go Session Broker.
+ This document takes you through the steps required to set up a simple X2Go Session Broker demo environment, consisting of a test client (x2goclient1.x2go.example.com) and the following servers:
+ * ldap1.x2go.example.com
+ * nfs1.x2go.example.com
+ * pg1.x2go.example.com
+ *
x2gobroker1.x2go.example.com
+ * x2goserver1.x2go.example.com
+ * x2goserver2.x2go.example.com
+
**DO NOT EVER USE THIS IN A PRODUCTION ENVIRONMENT!
YOU WILL HURT YOURSELF VERY BADLY IF YOU IGNORE THIS WARNING!**
These instructions violate almost every "best practice"/standard there is!
- They are meant to get an X2Go Session Broker demo enviroment set up, fast. Nothing more, nothing less.
- It has the following shortcomings:
+ They are meant to get an X2Go Session Broker demo enviroment set up, fast.
+
+ Nothing more, nothing less.
+
+ This setup has the following shortcomings:
* Massive lack of security:
* Unencrypted LDAP connections
* All passwords - users, database admin, root, are set to the value "start"
* SSH keyfile login is only enforced for the root account
* No redundancy for critical components
* Only a single LDAP server, no replication
* Only a single NFS server
* Only a single Postgres server
+ * No
backup
+ * No monitoring/alerting
* No easy manageability/heavy abuse of LDAP:
* LDAP settings are converted from local settings on the "ldap1" server
* what ends up in LDAP this way is not something you want to work with in a production environment
* it will be faster to set up a new LDAP server with the proper settings for your production environment than to base your server on this demo and trying to "clean up" afterwards
* Also, no user-friendly tool to manage LDAP settings is installed by default.
</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:15
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486743296
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: Style/Format fixes
User : stefanbaur
@@ -1,11 +1,13 @@
<note warning>
+
This document takes you through the steps required to set up a simple demo environment for the X2Go Session Broker.
+
**DO NOT EVER USE THIS IN A PRODUCTION ENVIRONMENT!
YOU WILL HURT YOURSELF VERY BADLY IF YOU IGNORE THIS WARNING!**
These instructions violate almost every "best practice"/standard there is!
- It is meant to get an X2Go Session Broker demo enviroment set up, fast. Nothing more, nothing less.
+ They are meant to get an X2Go Session Broker
demo enviroment set up, fast. Nothing more, nothing less.
It has the following shortcomings:
* Massive lack of security:
* Unencrypted LDAP connections
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:14
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: created
User : stefanbaur
<note warning>
This document takes you through the steps required to set up a simple demo environment for the X2Go Session Broker.
**DO NOT EVER USE THIS IN A PRODUCTION ENVIRONMENT!
YOU WILL HURT YOURSELF VERY BADLY IF YOU IGNORE THIS WARNING!**
These instructions violate almost every "best practice"/standard there is!
It is meant to get an X2Go Session Broker demo enviroment set up, fast. Nothing more, nothing less.
It has the following shortcomings:
* Massive lack of security:
* Unencrypted LDAP connections
* All passwords - users, database admin, root, are set
to the value "start"
* SSH keyfile login is only enforced for the root account
* No redundancy for critical components
* Only a single LDAP server, no replication
* Only a single NFS server
* Only a single Postgres server
* No easy manageability/heavy abuse of LDAP:
* LDAP settings are converted from local settings on the "ldap1" server
* what ends up in LDAP this way is not something you want to work with in a production environment
* it will be faster to set up a new LDAP server with the proper settings for your production environment than to base your server on this demo and trying to "clean up" afterwards
* Also, no user-friendly tool to manage LDAP settings is installed by default.
</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/02/10 16:06
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto?rev=1485433693
New Revision: http://wiki.x2go.org/doku.php/doc:howto
Edit Summary:
User : stefanbaur
@@ -7,8 +7,9 @@
* [[doc:installation:x2goclient|Installing X2GoClient]] - see also [[doc:installation:start#clients|General Client installation advice]] for related topics
* [[doc:installation:x2goserver|Installing X2GoServer]] - see also [[doc:installation:start#Server_and_Components|General Server installation advice]] for related topics
* [[doc:usage:desktop-sharing|Installing and Configuring X2Go Desktop Sharing (Session Shadowing)]]
* [[doc:installation:x2gobroker|Installing X2Go Session Broker]] - careful, this page seems
to mix Perl- and Python-based Broker installation
+ * [[doc:howto:x2gobroker|Installing a X2Go Session Broker Demo Environment]] - careful, this page is still work in progress
* [[doc:howto:wikid| Adding two-factor authentication to X2Go]]
* [[doc:howto:nx-libs-betatesting|Betatesting a newer NX-Libs version from Arctica]]
* [[doc:howto:ssh-agent-workaround|Workaround to use SSH Agent Forwarding inside an X2Go session]]
* [[doc:howto:x2goclient-file-sharing|Setting up File Sharing in X2GoClient]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/