aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2009-09-10 19:56:08 -0700
committerDiva Canto2009-09-10 19:56:08 -0700
commitce332f235ccc5168cfc44834e16318497c67cdd7 (patch)
tree27e0f79a50060c981dffd4dbffe5938d70cad2a3 /bin/config-include/StandaloneHypergrid.ini
parentadded AuthorizationRequest and AuthorizationResponse objects for passing Auth... (diff)
downloadopensim-SC_OLD-ce332f235ccc5168cfc44834e16318497c67cdd7.zip
opensim-SC_OLD-ce332f235ccc5168cfc44834e16318497c67cdd7.tar.gz
opensim-SC_OLD-ce332f235ccc5168cfc44834e16318497c67cdd7.tar.bz2
opensim-SC_OLD-ce332f235ccc5168cfc44834e16318497c67cdd7.tar.xz
Changed the interface of IAuthorizationService to get less data.
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 6359ac0..aa122be 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -11,6 +11,7 @@
11 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"
13 NeighbourServices = "LocalNeighbourServicesConnector" 13 NeighbourServices = "LocalNeighbourServicesConnector"
14 AuthorizationServices = "LocalAuthorizationServicesConnector"
14 InventoryServiceInConnector = true 15 InventoryServiceInConnector = true
15 AssetServiceInConnector = true 16 AssetServiceInConnector = true
16 HGAuthServiceInConnector = true 17 HGAuthServiceInConnector = true
@@ -31,6 +32,11 @@
31 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 32 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
32 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" 33 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
33 34
35[AuthorizationService]
36 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
37
34[AuthenticationService] 38[AuthenticationService]
35 ; For the HGAuthServiceInConnector 39 ; For the HGAuthServiceInConnector
36 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" \ No newline at end of file 40 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
41
42 \ No newline at end of file