diff options
author | Melanie Thielker | 2008-11-17 04:23:03 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-17 04:23:03 +0000 |
commit | 928d003bf534156201f1bd94fb6ffe7b418f8284 (patch) | |
tree | d5273db0242a2923489c3b4c8ff42f4d5de8b74b /bin/OpenSim.ini.example | |
parent | Allow more then one user server in the user server config of the (diff) | |
download | opensim-SC_OLD-928d003bf534156201f1bd94fb6ffe7b418f8284.zip opensim-SC_OLD-928d003bf534156201f1bd94fb6ffe7b418f8284.tar.gz opensim-SC_OLD-928d003bf534156201f1bd94fb6ffe7b418f8284.tar.bz2 opensim-SC_OLD-928d003bf534156201f1bd94fb6ffe7b418f8284.tar.xz |
Change the semantics of the Allow_* os function control. Omitting a function
causes defautlt behavior. "true" now means usable unconditionally, "false"
means disabled, and a list of UUIDs restricts it.
This changes SECURITY! If you used "true" here before, you shoudl review
your setup!
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1464bee..cee8da0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -835,8 +835,9 @@ | |||
835 | 835 | ||
836 | ; OS Functions enable/disable | 836 | ; OS Functions enable/disable |
837 | ; For each function, you can add one line, as shown | 837 | ; For each function, you can add one line, as shown |
838 | ; The default for all functions allows them if below threat level | ||
838 | 839 | ||
839 | ; true is the default for all functions, and allows them if below threat level | 840 | ; true allows the use of the function unconditionally |
840 | ; Allow_osSetRegionWaterHeight = true | 841 | ; Allow_osSetRegionWaterHeight = true |
841 | 842 | ||
842 | ; false disables the function completely | 843 | ; false disables the function completely |