mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #847: Change token to be send to the driver. The target user is not included as part of the token
This commit is contained in:
parent
a22bd98265
commit
3ce6c2fc66
@ -412,7 +412,10 @@ bool UserPool::authenticate_server(User * user,
|
||||
}
|
||||
|
||||
//Initialize authentication request and call the driver
|
||||
ar.add_authenticate(auth_driver,server_username,server_password,token);
|
||||
ar.add_authenticate(auth_driver,
|
||||
server_username,
|
||||
server_password,
|
||||
second_token);
|
||||
|
||||
authm->trigger(AuthManager::AUTHENTICATE,&ar);
|
||||
ar.wait();
|
||||
|
Loading…
x
Reference in New Issue
Block a user