diff options
author | Melanie Thielker | 2010-05-05 23:06:36 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-05-05 23:06:36 +0200 |
commit | 65775b87e5000a07634240ab8ce39aaecd30d1e6 (patch) | |
tree | 3f383c556608cab4d21e5505d459ce32e30aea89 /bin | |
parent | Removed a test for a "can't happen" case. ParentGroup is never null anymore. (diff) | |
download | opensim-SC_OLD-65775b87e5000a07634240ab8ce39aaecd30d1e6.zip opensim-SC_OLD-65775b87e5000a07634240ab8ce39aaecd30d1e6.tar.gz opensim-SC_OLD-65775b87e5000a07634240ab8ce39aaecd30d1e6.tar.bz2 opensim-SC_OLD-65775b87e5000a07634240ab8ce39aaecd30d1e6.tar.xz |
Add a XMLRPC method to remotely set the login level for the LLLoginService.
This requires a special XMLRPC call, which has to supply the credentials of
a god user (User level >= 200). Disabled by default. Also Adds a configuration
option to set the initial permitted login level.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index cfc08bc..2679523 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -126,6 +126,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
126 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 126 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
127 | 127 | ||
128 | WelcomeMessage = "Welcome, Avatar!" | 128 | WelcomeMessage = "Welcome, Avatar!" |
129 | AllowRemoteSetLoginLevel = "false"; | ||
129 | 130 | ||
130 | 131 | ||
131 | [GridInfoService] | 132 | [GridInfoService] |