diff options
author | Teravus Ovares (Dan Olivares) | 2009-09-06 16:15:20 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-09-06 16:15:20 -0400 |
commit | 8797a8209829c0a3fe7ff9edbe46e2d636a546a8 (patch) | |
tree | e0637dd04b59f4387e160e9d26887d94904588d8 /bin | |
parent | * Moves another Legacy avatar inbounds check to Border (diff) | |
parent | Addendum to last commit. With the last commit, some other code that should (diff) | |
download | opensim-SC_OLD-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.zip opensim-SC_OLD-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.gz opensim-SC_OLD-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.bz2 opensim-SC_OLD-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.xz |
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 10 |
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" | |||
60 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" | 60 | ConnectionString = "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] | ||
68 | AuthenticationServiceModule = "OpenSim.Services.UserService.dll:UserAccountService" | ||
69 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
70 | ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" | ||
71 | ; Realm = "users" | ||
72 | |||