aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-09-06 04:44:08 +0100
committerMelanie2009-09-06 04:44:08 +0100
commitbb1d4d23c4703cde5c3f7f7d2d123a8abaac3cfa (patch)
tree90bacaf199aa90b3f32ca4a36e818d93045d2e8d /bin
parentMerge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-bb1d4d23c4703cde5c3f7f7d2d123a8abaac3cfa.zip
opensim-SC_OLD-bb1d4d23c4703cde5c3f7f7d2d123a8abaac3cfa.tar.gz
opensim-SC_OLD-bb1d4d23c4703cde5c3f7f7d2d123a8abaac3cfa.tar.bz2
opensim-SC_OLD-bb1d4d23c4703cde5c3f7f7d2d123a8abaac3cfa.tar.xz
Change the loader to actually load the user service data module
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 545d6ce..5696f07 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -60,3 +60,13 @@ StorageProvider = "OpenSim.Data.MySQL.dll"
60ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" 60ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
61; Realm = "auth" 61; Realm = "auth"
62 62
63; * This is the new style user service.
64; * "Realm" is the table that is used for user lookup.
65; * It defaults to "users", which uses the legacy tables
66; *
67[UserAccountService]
68AuthenticationServiceModule = "OpenSim.Services.UserService.dll:UserAccountService"
69StorageProvider = "OpenSim.Data.MySQL.dll"
70ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
71; Realm = "users"
72