aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-17 05:05:06 +0000
committerMelanie Thielker2008-08-17 05:05:06 +0000
commit1db8f6fbad2533825f7178bf867e5fd649210dd1 (patch)
tree8f637415d88970ae4d3a910df02ebc99f84fc743 /bin
parent* half of the attachmentpoint skull fix (diff)
downloadopensim-SC_OLD-1db8f6fbad2533825f7178bf867e5fd649210dd1.zip
opensim-SC_OLD-1db8f6fbad2533825f7178bf867e5fd649210dd1.tar.gz
opensim-SC_OLD-1db8f6fbad2533825f7178bf867e5fd649210dd1.tar.bz2
opensim-SC_OLD-1db8f6fbad2533825f7178bf867e5fd649210dd1.tar.xz
Patch for Adam: Add two new permissions options to Opensim.ini.example
and the permissions module
Diffstat (limited to 'bin')
-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 0231b22..4801bfc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -90,6 +90,10 @@ shutdown_console_commands_file = "shutdown_commands.txt"
90;permissionmodules = "DefaultPermissionsModule" 90;permissionmodules = "DefaultPermissionsModule"
91serverside_object_permissions = false 91serverside_object_permissions = false
92allow_grid_gods = false 92allow_grid_gods = false
93; This allows somne control over permissions
94; please note that this still doesn't duplicate SL, and is not intended to
95;region_owner_is_god = true
96;parcel_owner_is_god = true
93 97
94; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true. 98; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
95physical_prim = true 99physical_prim = true