mike-jumper opened a new pull request #408: GUACAMOLE-807: Correct handling of 
parameter tokens within LDAP.
URL: https://github.com/apache/guacamole-client/pull/408
 
 
   This change addresses a regression introduced with #333.
   
   Parameter tokens are intended to be interpreted by the connections stored 
within LDAP. This was previously done through explicitly using a `TokenFilter` 
and the `StandardTokens` class, however usage of `StandardTokens` is now 
deprecated and the values of tokens to be applied are now expected to be 
received through `connect()`. Usage of `StandardTokens` was removed from LDAP 
with commit 1210d56, but this is insufficient. An additional parameter must 
also be provided to the `SimpleConnection` constructor to enable its automatic 
token handling behavior.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to