diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 58deb5e..02c9958 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -417,10 +417,17 @@ | |||
417 | ;; If set to true, then all permissions checks are carried out | 417 | ;; If set to true, then all permissions checks are carried out |
418 | ; serverside_object_permissions = true | 418 | ; serverside_object_permissions = true |
419 | 419 | ||
420 | ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false | 420 | ; if next 2 are false, several admin powers are only active if god powers requested on viewer |
421 | ; this reduces mistakes | ||
422 | ; set both to true to enable previus behavour | ||
423 | automatic_gods = false | ||
424 | implicit_gods = false | ||
425 | |||
426 | ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false | ||
421 | ;; This allows users with a UserLevel of 200 or more to assume god | 427 | ;; This allows users with a UserLevel of 200 or more to assume god |
422 | ;; powers in the regions in this simulator. | 428 | ;; powers in the regions in this simulator. |
423 | ; allow_grid_gods = false | 429 | ;; if you don't trust grid admins, what are you doing there? |
430 | allow_grid_gods = true | ||
424 | 431 | ||
425 | ;; This allows some control over permissions | 432 | ;; This allows some control over permissions |
426 | ;; please note that this still doesn't duplicate SL, and is not intended to | 433 | ;; please note that this still doesn't duplicate SL, and is not intended to |