aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 10:15:14 -0800
committerDiva Canto2010-01-13 10:15:14 -0800
commitd939668d6a54bb25cbc56ec840058c08992fe536 (patch)
tree3010c25757d314b2adc0cf1709d718721a062e9e /bin
parentOne more buglet removed: send the region UUID, not the region handle. (diff)
downloadopensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.zip
opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.gz
opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.bz2
opensim-SC_OLD-d939668d6a54bb25cbc56ec840058c08992fe536.tar.xz
Bug fix in create user: create inventory was missing.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example6
-rw-r--r--bin/config-include/StandaloneHypergrid.ini3
2 files changed, 8 insertions, 1 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index d072ed4..81b5302 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -88,6 +88,12 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
88 StorageProvider = "OpenSim.Data.MySQL.dll" 88 StorageProvider = "OpenSim.Data.MySQL.dll"
89 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 89 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;"
90 ; Realm = "useraccounts" 90 ; Realm = "useraccounts"
91 ;; These are for creating new accounts by the service
92 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
93 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
94 GridService = "OpenSim.Services.GridService.dll:GridService"
95 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
96
91 97
92[PresenceService] 98[PresenceService]
93 ; for the server connector 99 ; for the server connector
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 277d05a..a3e0547 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -72,10 +72,11 @@
72 72
73[UserAccountService] 73[UserAccountService]
74 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 74 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
75 ;; These are for creating new accounts 75 ;; These are for creating new accounts by the service
76 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 76 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
77 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 77 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
78 GridService = "OpenSim.Services.GridService.dll:GridService" 78 GridService = "OpenSim.Services.GridService.dll:GridService"
79 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
79 80
80[LoginService] 81[LoginService]
81 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" 82 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"