Re: [X2go-dev] Shared database patches

2011-04-14 Thread John A. Sullivan III
On Fri, 2011-04-15 at 00:59 +0200, Mike Gabriel wrote: > Hi John, > > On Fr 02 Jul 2010 14:00:02 CEST "John A. Sullivan III" wrote: > > > Here are the patches for implementing a secure shared database - John > > > > another reply to a very old thread... > > I have also taken a look at your shar

Re: [X2go-dev] Shared database patches

2011-04-14 Thread Mike Gabriel
Hi John, On Fr 02 Jul 2010 14:00:02 CEST "John A. Sullivan III" wrote: Here are the patches for implementing a secure shared database - John another reply to a very old thread... I have also taken a look at your shared database patch... this is not trivial as the whole database handling h

[X2go-dev] Shared database patches

2010-07-02 Thread John A. Sullivan III
Here are the patches for implementing a secure shared database - John --- x2gocreatebase.sh 2009-01-30 02:45:34.0 -0500 +++ x2gocreatebase.sh.new 2009-03-25 14:23:41.0 -0400 @@ -1,8 +1,117 @@ #!/bin/bash -su postgres -c "dropdb x2go_sessions" -su postgres -c "createdb x2go_sessio