aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTom Grimshaw2010-07-22 10:46:57 -0700
committerTom Grimshaw2010-07-22 10:46:57 -0700
commit9ce2f95f37c6234c9750c611106730c65ec6f1f5 (patch)
tree69bf309b1e51f9bcd73ca80dde932d55b0072aba /bin
parentMerge branch '0.6.9-post-fixes' into careminster (diff)
downloadopensim-SC-9ce2f95f37c6234c9750c611106730c65ec6f1f5.zip
opensim-SC-9ce2f95f37c6234c9750c611106730c65ec6f1f5.tar.gz
opensim-SC-9ce2f95f37c6234c9750c611106730c65ec6f1f5.tar.bz2
opensim-SC-9ce2f95f37c6234c9750c611106730c65ec6f1f5.tar.xz
Add config option securePermissionsLoading which will stop the region from loading if the specified permissions modules fail to load.
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 526bae7..f37e3f3 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -202,6 +202,9 @@
202 202
203 ;permissionmodules = "DefaultPermissionsModule" 203 ;permissionmodules = "DefaultPermissionsModule"
204 204
205 ;If any of the specified permissions modules fail to load, quit?
206 SecurePermissionsLoading = true
207
205 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy 208 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
206 ; any item, etc. This may not yet be implemented uniformally. 209 ; any item, etc. This may not yet be implemented uniformally.
207 ; If set to true, then all permissions checks are carried out 210 ; If set to true, then all permissions checks are carried out