aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2009-12-31 20:51:35 -0800
committerDiva Canto2009-12-31 20:51:35 -0800
commit1387919c204eb66ab6a37eb0fdf0f3c38f0a6813 (patch)
tree0d81478dd2db845a78161a1a0879ae0aee023028 /bin/config-include
parentMerge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff)
downloadopensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.zip
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.gz
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.bz2
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.xz
Yes! First test of new login service done still in 2009! Bombs in auth, because the data migration is missing. Will fix it next year...
* HAPPY NEW YEAR!
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 7b1d43d..ac514ba 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -24,6 +24,7 @@
24 HypergridServiceInConnector = true 24 HypergridServiceInConnector = true
25 NeighbourServiceInConnector = true 25 NeighbourServiceInConnector = true
26 LibraryModule = true 26 LibraryModule = true
27 LLLoginServiceInConnector = true
27 28
28[AssetService] 29[AssetService]
29 ; For the AssetServiceInConnector 30 ; For the AssetServiceInConnector
@@ -62,7 +63,7 @@
62 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 63 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
63 64
64[LoginService] 65[LoginService]
65 LocalServiceModule = "OpenSim.Services.LLoginService.dll:LLLoginService" 66 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
66 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 67 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
67 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 68 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
68 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 69 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"