diff options
author | Tom | 2010-08-01 10:21:56 -0700 |
---|---|---|
committer | Tom | 2010-08-01 10:21:56 -0700 |
commit | d5f497478a371107c568844321a4663bccfbf527 (patch) | |
tree | e30593c7ceda42020c9d7827254c5f6f9b59fbab /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-d5f497478a371107c568844321a4663bccfbf527.zip opensim-SC_OLD-d5f497478a371107c568844321a4663bccfbf527.tar.gz opensim-SC_OLD-d5f497478a371107c568844321a4663bccfbf527.tar.bz2 opensim-SC_OLD-d5f497478a371107c568844321a4663bccfbf527.tar.xz |
Add config option securePermissionsLoading which will stop the region from loading if the specified permissions modules fail to load.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1527334..2c105bd 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -178,6 +178,9 @@ | |||
178 | 178 | ||
179 | ;permissionmodules = "DefaultPermissionsModule" | 179 | ;permissionmodules = "DefaultPermissionsModule" |
180 | 180 | ||
181 | ;If any of the specified permissions modules fail to load, quit? | ||
182 | SecurePermissionsLoading = true | ||
183 | |||
181 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy | 184 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy |
182 | ; any item, etc. This may not yet be implemented uniformally. | 185 | ; any item, etc. This may not yet be implemented uniformally. |
183 | ; If set to true, then all permissions checks are carried out | 186 | ; If set to true, then all permissions checks are carried out |