You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/06/07 15:43:37 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #408: GUACAMOLE-807: Correct handling of parameter tokens within LDAP.

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:
users@infra.apache.org


With regards,
Apache Git Services