mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +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:
@@ -60,6 +60,13 @@ namespace OpenSim.Services.AuthenticationService
|
||||
{
|
||||
}
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
|
||||
{
|
||||
realID = UUID.Zero;
|
||||
|
||||
return Authenticate(principalID, password, lifetime);
|
||||
}
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime)
|
||||
{
|
||||
if (new UUID(password) == UUID.Zero)
|
||||
|
||||
Reference in New Issue
Block a user