From 67f803c919324f49e21279faa43c9578b625529e Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 4 Sep 2009 08:10:05 +0100 Subject: Add the new AuthStore to migrations. Update OpenSim.Server.ini --- bin/OpenSim.Server.ini.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bin/OpenSim.Server.ini.example') diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index aab0566..545d6ce 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example @@ -5,6 +5,9 @@ ; * These are the IN connectors the server uses, the in connectors ; * read this config file and load the needed OUT and database connectors ; * +; * Add "OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" to +; * enable the experimental authentication service +; * [Startup] ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector" @@ -45,3 +48,15 @@ ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=gr ; * This is the configuration for the freeswitch server in grid mode [FreeswitchService] LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" + +; * This is the new style authentication service. Currently, only MySQL +; * is implemented. "Realm" is the table that is used for user lookup. +; * By setting it to "users", you can use the old style users table +; * as an authentication source. +; * +[AuthenticationService] +AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" +StorageProvider = "OpenSim.Data.MySQL.dll" +ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" +; Realm = "auth" + -- cgit v1.1