[X2go-dev] Shared database patches

John A. Sullivan III jsullivan at opensourcedevel.com
Fri Jul 2 14:00:02 CEST 2010


Here are the patches for implementing a secure shared database - John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x2gocreatebase.sh.diff
Type: text/x-patch
Size: 5798 bytes
Desc: not available
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20100702/9c4c580e/attachment.bin>
-------------- next part --------------
# x2godb.conf
# Copyright 2009-2010 John A. Sullivan III - Pacifera, LP
# Version 0: March 24, 2009 - John Sullivan
# Version 1: March 6, 2010 - John Sullivan: replace "." with "___"
# This file is used to set the X2Go database parameters.

# DBNAME defaults to x2go_sessions (optional)
DBNAME=
# SCHEMA defaults to "" (required if using a shared database)
#SCHEMA="$(hostname) | sed 's/\./___/g'" # "." is the PostgreSQL schema delimiter
SCHEMA=

# DBUSER defaults to postgres (optional)
#DBUSER="$(hostname) | sed 's/\./___/g'"
DBUSER=

# If the database server is remote and uses a non-standard SSH port,
# set the port number here
SSHPORT=22
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x2gopgwrapper_local.diff
Type: text/x-patch
Size: 8026 bytes
Desc: not available
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20100702/9c4c580e/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x2gopgwrapper_net.diff
Type: text/x-patch
Size: 9973 bytes
Desc: not available
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20100702/9c4c580e/attachment-0002.bin>


More information about the x2go-dev mailing list