<div>I'll just post it here.</div>Here is what I use.. Change the Password=password to your password and then change <a href="http://yourserver:8002">http://yourserver:8002</a> to your IP or domain name.<div>-------------------------------------------</div>
<div><br></div><div><div>; * The startup section lists all the connectors to start up in this server</div><div>; * instance. This may be only one, or it may be the entire server suite.</div><div>; * Multiple connectors should be seaprated by commas.</div>
<div>; *</div><div>; * These are the IN connectors the server uses, the in connectors</div><div>; * read this config file and load the needed OUT and database connectors</div><div>; *</div><div>; * Add "OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" to</div>
<div>; * enable the experimental authentication service</div><div>; *</div><div>[Startup]</div><div>ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector"</div>
<div><br></div><div>; * This is common for all services, it's the network setup for the entire</div><div>; * server instance</div><div>; *</div><div>[Network]</div><div>port = 8003</div><div><br></div><div>; * The following are for the remote console</div>
<div>; * They have no effect for the local or basic console types</div><div>; * Leave commented to diable logins to the console</div><div>;ConsoleUser = Test</div><div>;ConsolePass = secret</div><div><br></div><div>; * As an example, the below configuration precisely mimicks the legacy</div>
<div>; * asset server. It is read by the asset IN connector (defined above)</div><div>; * and it then loads the OUT connector (a local database module). That,</div><div>; * in turn, reads the asset loader and database connection information</div>
<div>; *</div><div>[AssetService]</div><div>LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"</div><div>DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"</div><div>
AssetLoaderArgs = "assets/AssetSets.xml"</div><div>StorageProvider = "OpenSim.Data.MySQL.dll"</div><div>ConnectionString = "Data Source=localhost;Database=opensim;User ID=root;Password=password;"</div>
<div><br></div><div>; * This configuration loads the inventory server modules. It duplicates</div><div>; * the function of the legacy inventory server</div><div>; *</div><div>[InventoryService]</div><div>LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"</div>
<div>UserServerURI = "<a href="http://yourserver:8002">http://yourserver:8002</a>"</div><div>SessionAuthentication = "false"</div><div>StorageProvider = "OpenSim.Data.MySQL.dll"</div><div>ConnectionString = "Data Source=localhost;Database=opensim;User ID=root;Password=password;"</div>
<div><br></div><div>; * This is the configuration for the freeswitch server in grid mode</div><div>[FreeswitchService]</div><div>LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"</div>
<div><br></div><div>; * This is the new style authentication service. Currently, only MySQL</div><div>; * is implemented. "Realm" is the table that is used for user lookup.</div><div>; * By setting it to "users", you can use the old style users table</div>
<div>; * as an authentication source.</div><div>; *</div><div>[AuthenticationService]</div><div>AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"</div><div>
StorageProvider = "OpenSim.Data.MySQL.dll"</div><div>ConnectionString = "Data Source=localhost;Database=opensim;User ID=root;Password=password;"</div><div>; Realm = "users"</div><div><br></div>
<div>; * This is the new style user service.</div><div>; * "Realm" is the table that is used for user lookup.</div><div>; * It defaults to "users", which uses the legacy tables</div><div>; *</div><div>
[UserAccountService]</div><div>AuthenticationServiceModule = "OpenSim.Services.UserService.dll:UserAccountService"</div><div>StorageProvider = "OpenSim.Data.MySQL.dll"</div><div>ConnectionString = "Data Source=localhost;Database=opensim;User ID=root;Password=password;"</div>
<div>; Realm = "users"</div><div><br></div><div>; * This is the new style grid service.</div><div>; * "Realm" is the table that is used for user lookup.</div><div>; * It defaults to "regions", which uses the legacy tables</div>
<div>; *</div><div>[GridService]</div><div>LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"</div><div>StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"</div><div>ConnectionString = "Data Source=localhost;Database=opensim;User ID=root;Password=password;"</div>
<div>Realm = "regions"</div><br>----------------------------------------- <br>John Mieske / Winword Exonar<br><a href="http://johnmieske.org">http://johnmieske.org</a><br>Space Grid Station</div>