mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add a real_id field to the login response if impersonation is used. The wrapper
script needs this for proper logging.
This commit is contained in:
@@ -67,6 +67,7 @@ namespace OpenSim.Services.Interfaces
|
||||
// various services.
|
||||
//
|
||||
string Authenticate(UUID principalID, string password, int lifetime);
|
||||
string Authenticate(UUID principalID, string password, int lifetime, out UUID realID);
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// Verification
|
||||
|
||||
Reference in New Issue
Block a user