mire3212 opened a new pull request #632:
URL: https://github.com/apache/guacamole-client/pull/632


   While it is understood that `user-mapping.xml` is not necessarily the best 
method for user management, it is still something used for small deployments 
(like home users, or even small businesses with limited IT teams). 
   
   PLAIN_TEXT and MD5 are not cryptographically secure options for hashing a 
password and should not be used. Adding SHA256 is at least a better way to keep 
the plain test password from being viewed when using the `user-mapping.xml` 
file.
   
   This change adds the required code to support SHA256 as well as including an 
updated example in the docs folder.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to