From bc6b4c5bf6a00444bd9553d515983e1fe0b397d5 Mon Sep 17 00:00:00 2001 From: Dave Coyle Date: Wed, 19 Aug 2009 15:19:18 -0400 Subject: [PATCH 1/2] document options in OpenSim.ConsoleClient.ini.example --- bin/OpenSim.ConsoleClient.ini.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example index beea7d875b..628ff86eea 100644 --- a/bin/OpenSim.ConsoleClient.ini.example +++ b/bin/OpenSim.ConsoleClient.ini.example @@ -1 +1,12 @@ [Startup] + ; set here or use the -user command-line switch + ;user = Test + + ; set here or use the -host command-line switch + ;host = localhost + + ; set here or use the -port command-line switch + ;port = 8003 + + ; set here or use the -pass command-line switch + ;pass = secret From 6b70b5709913e9734f5864560e997b34dfd58b85 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 3 Sep 2009 20:00:18 +0100 Subject: [PATCH 2/2] * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example --- bin/OpenSim.ConsoleClient.ini.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example index 628ff86eea..5223d1d262 100644 --- a/bin/OpenSim.ConsoleClient.ini.example +++ b/bin/OpenSim.ConsoleClient.ini.example @@ -1,12 +1,14 @@ [Startup] - ; set here or use the -user command-line switch + ; Set here or use the -user command-line switch ;user = Test - ; set here or use the -host command-line switch + ; Set here or use the -host command-line switch ;host = localhost - ; set here or use the -port command-line switch + ; Set here or use the -port command-line switch ;port = 8003 - ; set here or use the -pass command-line switch + ; Set here or use the -pass command-line switch + ; Please be aware that this is not secure since the password is in the clear + ; we recommend the use of -pass wherever possible ;pass = secret