aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/UserManager.cs
diff options
context:
space:
mode:
authorRob Smart2009-09-09 19:42:53 +0100
committerDiva Canto2009-09-10 17:51:28 -0700
commit16940097beee0fad554dfcb7249294ff8ac247d4 (patch)
tree3f5a904b5ac46cb028b00747c5fe8f215313b144 /OpenSim/Grid/UserServer.Modules/UserManager.cs
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.zip
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.gz
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.bz2
opensim-SC_OLD-16940097beee0fad554dfcb7249294ff8ac247d4.tar.xz
The stubs for an authorization service, at the moment the service will always grant access to an avatar entering the region if requested.
Diffstat (limited to 'OpenSim/Grid/UserServer.Modules/UserManager.cs')
-rw-r--r--OpenSim/Grid/UserServer.Modules/UserManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/UserManager.cs b/OpenSim/Grid/UserServer.Modules/UserManager.cs
index 0320156..002f232 100644
--- a/OpenSim/Grid/UserServer.Modules/UserManager.cs
+++ b/OpenSim/Grid/UserServer.Modules/UserManager.cs
@@ -166,6 +166,7 @@ namespace OpenSim.Grid.UserServer.Modules
166 // Account information 166 // Account information
167 responseData["firstname"] = profile.FirstName; 167 responseData["firstname"] = profile.FirstName;
168 responseData["lastname"] = profile.SurName; 168 responseData["lastname"] = profile.SurName;
169 responseData["email"] = profile.Email;
169 responseData["uuid"] = profile.ID.ToString(); 170 responseData["uuid"] = profile.ID.ToString();
170 // Server Information 171 // Server Information
171 responseData["server_inventory"] = profile.UserInventoryURI; 172 responseData["server_inventory"] = profile.UserInventoryURI;