mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1293: Add tunnel support for setting the name during client handshake.
This commit is contained in:
@@ -340,6 +340,11 @@ public class TunnelRequestService {
|
||||
GuacamoleSession session = authenticationService.getGuacamoleSession(authToken);
|
||||
AuthenticatedUser authenticatedUser = session.getAuthenticatedUser();
|
||||
UserContext userContext = session.getUserContext(authProviderIdentifier);
|
||||
|
||||
// Attempt to get the username and set it for the tunnel client.
|
||||
String name = authenticatedUser.getCredentials().getUsername();
|
||||
if (name != null)
|
||||
info.setName(name);
|
||||
|
||||
try {
|
||||
|
||||
|
Reference in New Issue
Block a user