aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example108
1 files changed, 44 insertions, 64 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e3b605b..0f4d6df 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -216,50 +216,6 @@
216 ; physics = basicphysics 216 ; physics = basicphysics
217 ; physics = POS 217 ; physics = POS
218 218
219 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
220 ;; Permission modules to use, separated by comma.
221 ;; Possible modules are DefaultPermissionsModule, PrimLimitsModule
222 ; permissionmodules = DefaultPermissionsModule
223
224 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
225 ;; These are the parameters for the default permissions module
226 ;;
227 ;; If set to false, then, in theory, the server never carries out
228 ;; permission checks (allowing anybody to copy
229 ;; any item, etc. This may not yet be implemented uniformally.
230 ;; If set to true, then all permissions checks are carried out
231 ; serverside_object_permissions = true
232
233 ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false
234 ;; This allows users with a UserLevel of 200 or more to assume god
235 ;; powers in the regions in this simulator.
236 ; allow_grid_gods = false
237
238 ;; This allows some control over permissions
239 ;; please note that this still doesn't duplicate SL, and is not intended to
240 ;# {region_owner_is_god} {} {Allow region owner gods} {true false} true
241 ;; Allow region owners to assume god powers in their regions
242 ; region_owner_is_god = true
243
244 ;# {region_manager_is_god} {} {Allow region manager gods} {true false} false
245 ;; Allow region managers to assume god powers in regions they manage
246 ; region_manager_is_god = false
247
248 ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} true
249 ;; Allow parcel owners to assume god powers in their parcels
250 ; parcel_owner_is_god = true
251
252 ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false
253 ;; More control over permissions
254 ;; This is definitely not SL!
255 ;; Provides a simple control for land owners to give build rights to
256 ;; specific avatars in publicly accessible parcels that disallow object
257 ;; creation in general.
258 ;; Owners specific avatars by adding them to the Access List of the parcel
259 ;; without having to use the Groups feature
260 ; simple_build_permissions = false
261
262
263 ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine 219 ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
264 ;; Default script engine to use. Currently, we only have XEngine 220 ;; Default script engine to use. Currently, we only have XEngine
265 ; DefaultScriptEngine = "XEngine" 221 ; DefaultScriptEngine = "XEngine"
@@ -296,26 +252,6 @@
296 ;; default is false 252 ;; default is false
297 ; TelehubAllowLandmark = false 253 ; TelehubAllowLandmark = false
298 254
299 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
300 ;; Bar (|) separated list of viewers which may gain access to the regions.
301 ;; One can use a substring of the viewer name to enable only certain
302 ;; versions
303 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
304 ;; - "Imprudence" has access
305 ;; - "Imprudence 1.3" has access
306 ;; - "Imprudence 1.3.1" has no access
307 ; AllowedViewerList =
308
309 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
310 ;# Bar (|) separated list of viewers which may not gain access to the regions.
311 ;; One can use a Substring of the viewer name to disable only certain
312 ;; versions
313 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
314 ;; - "Imprudence" has no access
315 ;; - "Imprudence 1.3" has no access
316 ;; - "Imprudence 1.3.1" has access
317 ; BannedViewerList =
318
319[Map] 255[Map]
320 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 256 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
321 ;; Map tile options. 257 ;; Map tile options.
@@ -350,6 +286,50 @@
350 ;; got a large number of objects, so you can turn it off here if you'd like. 286 ;; got a large number of objects, so you can turn it off here if you'd like.
351 ; DrawPrimOnMapTile = true 287 ; DrawPrimOnMapTile = true
352 288
289[Permissions]
290 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
291 ;; Permission modules to use, separated by comma.
292 ;; Possible modules are DefaultPermissionsModule, PrimLimitsModule
293 ; permissionmodules = DefaultPermissionsModule
294
295 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
296 ;; These are the parameters for the default permissions module
297 ;;
298 ;; If set to false, then, in theory, the server never carries out
299 ;; permission checks (allowing anybody to copy
300 ;; any item, etc. This may not yet be implemented uniformally.
301 ;; If set to true, then all permissions checks are carried out
302 ; serverside_object_permissions = true
303
304 ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false
305 ;; This allows users with a UserLevel of 200 or more to assume god
306 ;; powers in the regions in this simulator.
307 ; allow_grid_gods = false
308
309 ;; This allows some control over permissions
310 ;; please note that this still doesn't duplicate SL, and is not intended to
311 ;# {region_owner_is_god} {} {Allow region owner gods} {true false} true
312 ;; Allow region owners to assume god powers in their regions
313 ; region_owner_is_god = true
314
315 ;# {region_manager_is_god} {} {Allow region manager gods} {true false} false
316 ;; Allow region managers to assume god powers in regions they manage
317 ; region_manager_is_god = false
318
319 ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} true
320 ;; Allow parcel owners to assume god powers in their parcels
321 ; parcel_owner_is_god = true
322
323 ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false
324 ;; More control over permissions
325 ;; This is definitely not SL!
326 ;; Provides a simple control for land owners to give build rights to
327 ;; specific avatars in publicly accessible parcels that disallow object
328 ;; creation in general.
329 ;; Owners specific avatars by adding them to the Access List of the parcel
330 ;; without having to use the Groups feature
331 ; simple_build_permissions = false
332
353 333
354[Estates] 334[Estates]
355 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). 335 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).