aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-14 15:48:34 +0000
committerJustin Clarke Casey2008-11-14 15:48:34 +0000
commit165fcd1aac4cf703384c4d8d062b7ce9795ef4b2 (patch)
tree9ce1375be9e8bb964ade1b29276587b2518209cc /bin
parent* Hook up create new object event in the permissions module (diff)
downloadopensim-SC_OLD-165fcd1aac4cf703384c4d8d062b7ce9795ef4b2.zip
opensim-SC_OLD-165fcd1aac4cf703384c4d8d062b7ce9795ef4b2.tar.gz
opensim-SC_OLD-165fcd1aac4cf703384c4d8d062b7ce9795ef4b2.tar.bz2
opensim-SC_OLD-165fcd1aac4cf703384c4d8d062b7ce9795ef4b2.tar.xz
* Switch default permissions back to false (so they are not on) as they were two revisions ago, since it sounds like this was our agreed position from some time back
* Make the default also false (to match what is in OpenSim.ini.example)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b544be7..a19c4d2 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -113,7 +113,8 @@
113 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy 113 ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
114 ; any item, etc. This may not yet be implemented uniformally. 114 ; any item, etc. This may not yet be implemented uniformally.
115 ; If set to true, then all permissions checks are carried out 115 ; If set to true, then all permissions checks are carried out
116 serverside_object_permissions = true 116 ; Default is false
117 serverside_object_permissions = false
117 118
118 allow_grid_gods = false 119 allow_grid_gods = false
119 120