aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-14 18:43:40 +0000
committerJustin Clarke Casey2008-11-14 18:43:40 +0000
commite3770cfee6e3ae0ad05b5be2f96f10779b39c454 (patch)
treee748ceb78fec5d15297cfaf9d2b75b0f959e3781 /bin
parentTry to make the test pass again (diff)
downloadopensim-SC_OLD-e3770cfee6e3ae0ad05b5be2f96f10779b39c454.zip
opensim-SC_OLD-e3770cfee6e3ae0ad05b5be2f96f10779b39c454.tar.gz
opensim-SC_OLD-e3770cfee6e3ae0ad05b5be2f96f10779b39c454.tar.bz2
opensim-SC_OLD-e3770cfee6e3ae0ad05b5be2f96f10779b39c454.tar.xz
* Allow new script creation to be locked down to only gods if specified in OpenSim.ini
* This doesn't allow complete script lockdown of a sim, many avenues (copying, editing) are still uncloseable at the moment * Default remains to allow all users to create scripts (subject to existing permissions if enabled)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a19c4d2..7b61790 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -123,6 +123,15 @@
123 ;region_owner_is_god = true 123 ;region_owner_is_god = true
124 ;parcel_owner_is_god = true 124 ;parcel_owner_is_god = true
125 125
126 ; Control user types that are allowed to create new scripts
127 ; Only enforced if serviceside_object_permissions is true
128 ;
129 ; Current possible values are
130 ; all - anyone can create scripts (subject to normal permissions)
131 ; gods - only administrators can create scripts (as long as allow_grid_gods is true)
132 ; Default value is all
133 ; allowed_script_creators = all
134
126 ; ## 135 ; ##
127 ; ## SCRIPT ENGINE 136 ; ## SCRIPT ENGINE
128 ; ## 137 ; ##