diff options
author | Melanie | 2010-01-28 14:34:31 +0000 |
---|---|---|
committer | Melanie | 2010-01-28 14:34:31 +0000 |
commit | ee12b00cfa829d798ebf6490a8297710047b8f5c (patch) | |
tree | 3f77866473325d94043314ad898176123426819a /bin | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-ee12b00cfa829d798ebf6490a8297710047b8f5c.zip opensim-SC_OLD-ee12b00cfa829d798ebf6490a8297710047b8f5c.tar.gz opensim-SC_OLD-ee12b00cfa829d798ebf6490a8297710047b8f5c.tar.bz2 opensim-SC_OLD-ee12b00cfa829d798ebf6490a8297710047b8f5c.tar.xz |
Fixes inconsistencies in the permissions module. Adds a region_manager_is_god
configurable. Previously, estate managers could enter god mode, but would
not have any powers. Now estate managers can enter god mode only if this
option is true, and then will have real god powers.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 179c536..ebc9b24 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -207,6 +207,7 @@ | |||
207 | ; This allows somne control over permissions | 207 | ; This allows somne control over permissions |
208 | ; please note that this still doesn't duplicate SL, and is not intended to | 208 | ; please note that this still doesn't duplicate SL, and is not intended to |
209 | ;region_owner_is_god = true | 209 | ;region_owner_is_god = true |
210 | ;region_manager_is_god = false | ||
210 | ;parcel_owner_is_god = true | 211 | ;parcel_owner_is_god = true |
211 | 212 | ||
212 | ; Control user types that are allowed to create new scripts | 213 | ; Control user types that are allowed to create new scripts |