diff options
author | Diva Canto | 2010-01-01 16:54:24 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-01 16:54:24 -0800 |
commit | 4240f2dec6f7348a99aea0d1b040fca6ea9d493b (patch) | |
tree | 267b986654ab2ffbc3a60d3e95fd7b697f9b089c /bin | |
parent | Remove the inner Md5 to let the auth service handle md5 passwords (diff) | |
download | opensim-SC_OLD-4240f2dec6f7348a99aea0d1b040fca6ea9d493b.zip opensim-SC_OLD-4240f2dec6f7348a99aea0d1b040fca6ea9d493b.tar.gz opensim-SC_OLD-4240f2dec6f7348a99aea0d1b040fca6ea9d493b.tar.bz2 opensim-SC_OLD-4240f2dec6f7348a99aea0d1b040fca6ea9d493b.tar.xz |
New LL login service is working! -- tested in standalone only. Things still missing from response, namely Library and Friends. Appearance service is also missing.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index ac514ba..6a9c3bf 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -14,6 +14,7 @@ | |||
14 | AssetServices = "HGAssetBroker" | 14 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 15 | InventoryServices = "HGInventoryBroker" |
16 | NeighbourServices = "RemoteNeighbourServicesConnector" | 16 | NeighbourServices = "RemoteNeighbourServicesConnector" |
17 | AuthenticationServices = "LocalAuthenticationServicesConnector" | ||
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 18 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
18 | GridServices = "HGGridServicesConnector" | 19 | GridServices = "HGGridServicesConnector" |
19 | PresenceServices = "LocalPresenceServicesConnector" | 20 | PresenceServices = "LocalPresenceServicesConnector" |
@@ -46,8 +47,7 @@ | |||
46 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" | 47 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" |
47 | 48 | ||
48 | [AuthenticationService] | 49 | [AuthenticationService] |
49 | ; For the HGAuthServiceInConnector | 50 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
50 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" | ||
51 | 51 | ||
52 | [GridService] | 52 | [GridService] |
53 | ; for the HGGridServicesConnector to instantiate | 53 | ; for the HGGridServicesConnector to instantiate |
@@ -68,4 +68,5 @@ | |||
68 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 68 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
69 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 69 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" |
70 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 70 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
71 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
71 | 72 | ||