diff options
author | UbitUmarov | 2019-01-31 18:02:21 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-31 18:02:21 +0000 |
commit | b16ee749eded43115cbb1d0066b4bfd010a5482e (patch) | |
tree | 09028ebf08749bbd18487a90f202e187595ef509 /bin | |
parent | ubode add position to pid control it stopped flying to prevent slow drifts (diff) | |
download | opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.zip opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.gz opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.bz2 opensim-SC-b16ee749eded43115cbb1d0066b4bfd010a5482e.tar.xz |
change default config: allow grid gods by default, if you don't trust grid admins what are you doing there?; disable most god powers unless god level is requested on viewer
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 11 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
2 files changed, 12 insertions, 4 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 |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0dd501b..3a80dbe 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -482,7 +482,8 @@ | |||
482 | 482 | ||
483 | ; This allows grid users with a UserLevel of 200 or more to assume god | 483 | ; This allows grid users with a UserLevel of 200 or more to assume god |
484 | ; powers in the regions in this simulator. | 484 | ; powers in the regions in this simulator. |
485 | allow_grid_gods = false | 485 | ; if you don't trust grid admins, what are you doing there? |
486 | allow_grid_gods = true | ||
486 | 487 | ||
487 | ; Allow region owners to assume god powers in their regions | 488 | ; Allow region owners to assume god powers in their regions |
488 | ;region_owner_is_god = true | 489 | ;region_owner_is_god = true |
@@ -498,7 +499,7 @@ | |||
498 | ; The user can execute any and all god functions, as | 499 | ; The user can execute any and all god functions, as |
499 | ; permitted by the viewer UI, without actually "godding | 500 | ; permitted by the viewer UI, without actually "godding |
500 | ; up". This is the default state in 0.8.2. | 501 | ; up". This is the default state in 0.8.2. |
501 | implicit_gods = true | 502 | implicit_gods = false |
502 | 503 | ||
503 | ; Control user types that are allowed to create new scripts | 504 | ; Control user types that are allowed to create new scripts |
504 | ; Only enforced if serviceside_object_permissions is true | 505 | ; Only enforced if serviceside_object_permissions is true |