Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.

This commit is contained in:
MW
2007-08-11 11:59:51 +00:00
parent f147d8e0f0
commit 114807b9d1
6 changed files with 73 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ namespace SimpleApp
{
base.StartUp();
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache);
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false);
m_log.Notice(m_log.LineInfo);