The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.

This commit is contained in:
Rob Smart
2009-09-09 19:42:53 +01:00
committed by Diva Canto
parent 552ba5334f
commit 16940097be
14 changed files with 732 additions and 1 deletions

View File

@@ -11,9 +11,13 @@
AssetServices = "LocalAssetServicesConnector"
InventoryServices = "LocalInventoryServicesConnector"
NeighbourServices = "LocalNeighbourServicesConnector"
AuthorizationServices = "LocalAuthorizationServicesConnector"
[AssetService]
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
[InventoryService]
LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
[AuthorizationService]
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"