diff options
author | MW | 2007-08-11 11:59:51 +0000 |
---|---|---|
committer | MW | 2007-08-11 11:59:51 +0000 |
commit | 114807b9d1caeffad1f245982baa2c07e88ee470 (patch) | |
tree | f3a3ed3c24de47085192d7215a81ef25254fceda /bin | |
parent | Few small fixes (diff) | |
download | opensim-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')
-rw-r--r-- | bin/OpenSim.ini | 3 |
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] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" \ No newline at end of file | 4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
5 | standalone_authenticate = false | ||