06.10.2013, 12:48
Für Profile gehst du einfach auf die Standalone Ini und bearbeitest die Zeilen. Du kannst auch die selbe mysql Datenbank nutzen die du für das Grid benutzt, also einfach da nochmal die gleichen Daten eintragen.
;; UserProfiles Service
;;
;; To use, set Enabled to true then configure for your site...
[UserProfilesService]
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
Enabled = true
;; Configure this for separate databse
ConnectionString = "Data Source=localhost;Database=<Datenbankname>;User ID=<Benutzername>;Password=<xxx>;Old Guids=true;"
; Realm = UserProfiles
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll
asswordAuthenticationService"
;; UserProfiles Service
;;
;; To use, set Enabled to true then configure for your site...
[UserProfilesService]
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
Enabled = true
;; Configure this for separate databse
ConnectionString = "Data Source=localhost;Database=<Datenbankname>;User ID=<Benutzername>;Password=<xxx>;Old Guids=true;"
; Realm = UserProfiles
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll
