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:
@@ -102,6 +102,11 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
m_log.Info("[SIMIAN AUTH CONNECTOR]: No AuthenticationServerURI specified, disabling connector");
|
||||
}
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime, out UUID realID)
|
||||
{
|
||||
return Authenticate(principalID, password, lifetime);
|
||||
}
|
||||
|
||||
public string Authenticate(UUID principalID, string password, int lifetime)
|
||||
{
|
||||
NameValueCollection requestArgs = new NameValueCollection
|
||||
|
||||
Reference in New Issue
Block a user