aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-08 01:23:26 +0100
committerJustin Clark-Casey (justincc)2011-10-08 01:23:26 +0100
commit4073cd6ced525cb36e4335e79e3f94ad4872b263 (patch)
tree58fae0e9d6211967fe084c0d6e96cb58fb59717b /bin/OpenSim.ini.example
parentGo back to lying that sim fps is 55 when it's actually locked at a maximum of... (diff)
downloadopensim-SC_OLD-4073cd6ced525cb36e4335e79e3f94ad4872b263.zip
opensim-SC_OLD-4073cd6ced525cb36e4335e79e3f94ad4872b263.tar.gz
opensim-SC_OLD-4073cd6ced525cb36e4335e79e3f94ad4872b263.tar.bz2
opensim-SC_OLD-4073cd6ced525cb36e4335e79e3f94ad4872b263.tar.xz
Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.
Also adds password check to some functions where this was missing and fixes some parameter checking. This is a patch from http://opensimulator.org/mantis/view.php?id=5715 with a few small unrelated spacing tweaks from me. Thanks Michelle Argus.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d795952..d7c3a64 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -405,6 +405,10 @@
405 ;; the "password" parameter) 405 ;; the "password" parameter)
406 ; access_password = "" 406 ; access_password = ""
407 407
408 ;# List the IP addresses allowed to call RemoteAdmin
409 ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
410 ; access_ip_addresses =
411
408 ;# {create_region_enable_voice} {enabled:true} {Enable voice for newly created regions?} {true false} false 412 ;# {create_region_enable_voice} {enabled:true} {Enable voice for newly created regions?} {true false} false
409 ;; set this variable to true if you want the create_region XmlRpc 413 ;; set this variable to true if you want the create_region XmlRpc
410 ;; call to unconditionally enable voice on all parcels for a newly 414 ;; call to unconditionally enable voice on all parcels for a newly