diff options
author | Diva Canto | 2012-03-22 14:21:07 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-22 14:34:46 -0700 |
commit | 318da3fdcd04c6217a736f905bd2542a6eebebf2 (patch) | |
tree | 99f3dcd44d4e49826e294acb4232674cea31d140 /bin/OpenSim.ini.example | |
parent | Change a false false to be truly true - or is this statement false? (diff) | |
download | opensim-SC_OLD-318da3fdcd04c6217a736f905bd2542a6eebebf2.zip opensim-SC_OLD-318da3fdcd04c6217a736f905bd2542a6eebebf2.tar.gz opensim-SC_OLD-318da3fdcd04c6217a736f905bd2542a6eebebf2.tar.bz2 opensim-SC_OLD-318da3fdcd04c6217a736f905bd2542a6eebebf2.tar.xz |
Added new simple_build_permissions config to the .ini and .example files.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rwxr-xr-x | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cec7bf0..b770789 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -194,6 +194,15 @@ | |||
194 | ; region_manager_is_god = false | 194 | ; region_manager_is_god = false |
195 | ; parcel_owner_is_god = true | 195 | ; parcel_owner_is_god = true |
196 | 196 | ||
197 | ;; More control over permissions | ||
198 | ;; This is definitely not SL! | ||
199 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
200 | ; in publicly accessible parcels that disallow object creation in general. | ||
201 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
202 | ; without having to use the Groups feature | ||
203 | ; simple_build_permissions = false | ||
204 | |||
205 | |||
197 | ;; Default script engine to use. Currently, we only have XEngine | 206 | ;; Default script engine to use. Currently, we only have XEngine |
198 | ; DefaultScriptEngine = "XEngine" | 207 | ; DefaultScriptEngine = "XEngine" |
199 | 208 | ||