aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2012-04-27 09:23:56 -0700
committerDiva Canto2012-04-27 09:23:56 -0700
commite4e754ee93de0e0b6fde3b3ccd20085d3d4a09a1 (patch)
tree8f43db2c396d727cc6575528b51489b73c7cdfbf /bin
parentSlight rewording of output messages. (diff)
downloadopensim-SC_OLD-e4e754ee93de0e0b6fde3b3ccd20085d3d4a09a1.zip
opensim-SC_OLD-e4e754ee93de0e0b6fde3b3ccd20085d3d4a09a1.tar.gz
opensim-SC_OLD-e4e754ee93de0e0b6fde3b3ccd20085d3d4a09a1.tar.bz2
opensim-SC_OLD-e4e754ee93de0e0b6fde3b3ccd20085d3d4a09a1.tar.xz
MapImageService: added an additional security check for OSGrid and other grids like it.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example4
-rw-r--r--bin/Robust.ini.example4
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 4ea5ffd..1b5d37c 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -279,6 +279,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
279 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 279 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
280 ; Set this if you want to change the default 280 ; Set this if you want to change the default
281 ; TilesStoragePath = "maptiles" 281 ; TilesStoragePath = "maptiles"
282 ;
283 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
284 ; you may want to set this. Otherwise, don't set it, because it's already protected.
285 ; GridService = "OpenSim.Services.GridService.dll:GridService"
282 286
283[GridInfoService] 287[GridInfoService]
284 ; These settings are used to return information on a get_grid_info call. 288 ; These settings are used to return information on a get_grid_info call.
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 69e94a5..40b8d83 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -254,6 +254,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
254 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 254 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
255 ; Set this if you want to change the default 255 ; Set this if you want to change the default
256 ; TilesStoragePath = "maptiles" 256 ; TilesStoragePath = "maptiles"
257 ;
258 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
259 ; you may want to set this. Otherwise, don't set it, because it's already protected.
260 ; GridService = "OpenSim.Services.GridService.dll:GridService"
257 261
258 262
259[GridInfoService] 263[GridInfoService]