diff options
author | diva | 2009-06-17 03:52:39 +0000 |
---|---|---|
committer | diva | 2009-06-17 03:52:39 +0000 |
commit | ce7de3581cd678dd09227bdfde94fefb779f5a86 (patch) | |
tree | 2eab5b5424e8463d30cdc918604629fe3fe08cc5 /bin | |
parent | Moving these nice HG connectors to their homes. (diff) | |
download | opensim-SC_OLD-ce7de3581cd678dd09227bdfde94fefb779f5a86.zip opensim-SC_OLD-ce7de3581cd678dd09227bdfde94fefb779f5a86.tar.gz opensim-SC_OLD-ce7de3581cd678dd09227bdfde94fefb779f5a86.tar.bz2 opensim-SC_OLD-ce7de3581cd678dd09227bdfde94fefb779f5a86.tar.xz |
Implementation of a simple authentication service + in connector in route to making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 8607e00..6359ac0 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -13,6 +13,7 @@ | |||
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | InventoryServiceInConnector = true | 14 | InventoryServiceInConnector = true |
15 | AssetServiceInConnector = true | 15 | AssetServiceInConnector = true |
16 | HGAuthServiceInConnector = true | ||
16 | 17 | ||
17 | [AssetService] | 18 | [AssetService] |
18 | ; For the AssetServiceInConnector | 19 | ; For the AssetServiceInConnector |
@@ -29,3 +30,7 @@ | |||
29 | ; For HGInventoryBroker | 30 | ; For HGInventoryBroker |
30 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 31 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" |
31 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 32 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
33 | |||
34 | [AuthenticationService] | ||
35 | ; For the HGAuthServiceInConnector | ||
36 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" \ No newline at end of file | ||