aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-01-10 03:17:40 +0000
committerMelanie2010-01-10 03:17:40 +0000
commitb0a7bcb2c814554dff4fc6dcdcd45ccf700601e9 (patch)
treef4bf5a5671077f9ecec4742b359950d3858f029f /bin
parentRemove "login disable", "login enable" and "login status" commands. (diff)
downloadopensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.zip
opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.gz
opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.bz2
opensim-SC_OLD-b0a7bcb2c814554dff4fc6dcdcd45ccf700601e9.tar.xz
Add "StartDisabled" to [Startup] to make all regions start up with
logins disabled until enabled from the console. Add the AccessModule (WIP)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 15623de..af6345a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -268,6 +268,9 @@
268 ; Enable JSON simulator data by setting a URI name (case sensitive) 268 ; Enable JSON simulator data by setting a URI name (case sensitive)
269 ; Stats_URI = "jsonSimStats" 269 ; Stats_URI = "jsonSimStats"
270 270
271 ; Make OpenSim start all regions woth logins disabled. They will need
272 ; to be enabled from the console if this is set
273 ; StartDisabled = false
271 274
272[SMTP] 275[SMTP]
273 enabled=false 276 enabled=false