mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +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:
@@ -137,6 +137,12 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication
|
||||
|
||||
#region IAuthenticationService
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
|
||||
{
|
||||
// Not implemented at the regions
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime)
|
||||
{
|
||||
// Not implemented at the regions
|
||||
|
||||
Reference in New Issue
Block a user