The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.

This commit is contained in:
Rob Smart
2009-09-09 19:42:53 +01:00
committed by Diva Canto
parent 552ba5334f
commit 16940097be
14 changed files with 732 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ namespace OpenSim.Grid.UserServer.Modules
// Account information
responseData["firstname"] = profile.FirstName;
responseData["lastname"] = profile.SurName;
responseData["email"] = profile.Email;
responseData["uuid"] = profile.ID.ToString();
// Server Information
responseData["server_inventory"] = profile.UserInventoryURI;