From 9ddf598e543c7a72241d3194c448fc484bcb3fe2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 15 Oct 2009 18:54:05 +0100 Subject: minor: Change commented out authentication service realm setting to "users" to match defaults in code --- bin/OpenSim.Server.ini.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 635ba1e..f3d222f 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -58,7 +58,7 @@ LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" StorageProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" -; Realm = "auth" +; Realm = "users" ; * This is the new style user service. ; * "Realm" is the table that is used for user lookup. @@ -75,7 +75,7 @@ ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=gr ; * It defaults to "regions", which uses the legacy tables ; * [GridService] - LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" - StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" - ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" - Realm = "regions" +LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" +StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" +ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" +Realm = "regions" -- cgit v1.1