aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-01 23:06:46 +0100
committerJustin Clark-Casey (justincc)2011-07-01 23:06:46 +0100
commitfba961c63f2168eb560eec84b66203b1a875b952 (patch)
tree3c8dc9999ab5b53cffa0e4f050c9376afbc0f81d /bin/OpenSim.ini.example
parentIf OpenSim has been built from a git tree, then include version information a... (diff)
downloadopensim-SC_OLD-fba961c63f2168eb560eec84b66203b1a875b952.zip
opensim-SC_OLD-fba961c63f2168eb560eec84b66203b1a875b952.tar.gz
opensim-SC_OLD-fba961c63f2168eb560eec84b66203b1a875b952.tar.bz2
opensim-SC_OLD-fba961c63f2168eb560eec84b66203b1a875b952.tar.xz
Make default serverside_object_permissions = true since this better matches user expectations.
It also matches the default setting in the OpenSim.ini.example file
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a4f243d..60d37fb 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -172,7 +172,7 @@
172 ;; permission checks (allowing anybody to copy 172 ;; permission checks (allowing anybody to copy
173 ;; any item, etc. This may not yet be implemented uniformally. 173 ;; any item, etc. This may not yet be implemented uniformally.
174 ;; If set to true, then all permissions checks are carried out 174 ;; If set to true, then all permissions checks are carried out
175 ; serverside_object_permissions = false 175 ; serverside_object_permissions = true
176 176
177 ;; This allows users with a UserLevel of 200 or more to assume god 177 ;; This allows users with a UserLevel of 200 or more to assume god
178 ;; powers in the regions in this simulator. 178 ;; powers in the regions in this simulator.