diff options
author | Diva Canto | 2009-12-30 21:00:16 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-30 21:00:16 -0800 |
commit | b29ae7246076126e8e39827564438db6e53eac8a (patch) | |
tree | 873131cf9b1bbbbf517910454c82d7076a8a02fd /bin/config-include/StandaloneHypergrid.ini | |
parent | Make ScopeID be wild on user queries. Just pass it as UUID.Zero (diff) | |
download | opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.zip opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.gz opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.bz2 opensim-SC_OLD-b29ae7246076126e8e39827564438db6e53eac8a.tar.xz |
First pass at the new login service. Still incomplete, but doesn't disrupt the existing code.
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index c3ed754..7b1d43d 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -60,3 +60,11 @@ | |||
60 | 60 | ||
61 | [UserAccountService] | 61 | [UserAccountService] |
62 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 62 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
63 | |||
64 | [LoginService] | ||
65 | LocalServiceModule = "OpenSim.Services.LLoginService.dll:LLLoginService" | ||
66 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
67 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
68 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
69 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
70 | |||