From 1db8f6fbad2533825f7178bf867e5fd649210dd1 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 17 Aug 2008 05:05:06 +0000 Subject: Patch for Adam: Add two new permissions options to Opensim.ini.example and the permissions module --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') 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" ;permissionmodules = "DefaultPermissionsModule" serverside_object_permissions = false allow_grid_gods = false +; This allows somne control over permissions +; please note that this still doesn't duplicate SL, and is not intended to +;region_owner_is_god = true +;parcel_owner_is_god = true ; 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. physical_prim = true -- cgit v1.1