* Updated libomv libraries to fix JSON (LLSD) decoding errors on null values and remove the unused OpenMetaverse.Http.dll and Mono.Security.dll

* Fixed a password hash comparison error in SimianAuthenticationServiceConnector.Authenticate()
slimupdates
John Hurliman 2010-03-20 19:21:58 -07:00
parent f020bd3206
commit 9a781e793a
6 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
{
string credential = identity["Credential"].AsString();
if (password == credential || Utils.MD5String(password) == credential)
if (password == credential || "$1$" + Utils.MD5String(password) == credential)
return Authorize(principalID);
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.