aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorMW2007-08-11 11:59:51 +0000
committerMW2007-08-11 11:59:51 +0000
commit114807b9d1caeffad1f245982baa2c07e88ee470 (patch)
treef3a3ed3c24de47085192d7215a81ef25254fceda /bin/OpenSim.ini
parentFew small fixes (diff)
downloadopensim-SC_OLD-114807b9d1caeffad1f245982baa2c07e88ee470.zip
opensim-SC_OLD-114807b9d1caeffad1f245982baa2c07e88ee470.tar.gz
opensim-SC_OLD-114807b9d1caeffad1f245982baa2c07e88ee470.tar.bz2
opensim-SC_OLD-114807b9d1caeffad1f245982baa2c07e88ee470.tar.xz
Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index 022d82f..278202d 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -1,4 +1,5 @@
1[Startup] 1[Startup]
2gridmode = false 2gridmode = false
3physics = basicphysics 3physics = basicphysics
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" \ No newline at end of file 4storage_plugin = "OpenSim.DataStore.NullStorage.dll"
5standalone_authenticate = false