open source project
Budget: ₹12,500 – ₹37,500 INR
Guacamole is a Web-Tool to manage connections (RDP, VNC, SSH) inside the Web browser. normally when you login to Guacamole it will automatically use that same password to connect to your RDP for example. This can be configure on the connection inside Guacamole using this Variable: "${GUAC_PASSWORD}" for the Password and "${GUAC_USERNAME}" for the username.
Since I have used Single-Sign on, I cannot use the Variable for the Password, because the SSO won't pass it. The username Variable works as expected.
so currently Guacamole asks for the password every time I connect to a
RDP-session.
requirements are to make guacamole save my password when I type it in when there's a specific NEW variable in the password field of the connection (for example "${GUAC_SSO_PASSWORD}". this password is saved per user and can be reused on other connections. as soon as the password is wrong when logging in, guacamole asks for a password -> this will overwrite that saved password for the current user and so on.
an issue for this on Jira is already opened:
https://issues.apache.org/jira/browse/GUACAMOLE-1428
The Feature needs to be integrated into the official version. I know that if the code-quality is good enough it will be merged.
See how you can contribute to Guacamole:
https://github.com/apache/guacamole-client/blob/master/CONTRIBUTING
//
https://guacamole.apache.org/pull-requests/
Since I have used Single-Sign on, I cannot use the Variable for the Password, because the SSO won't pass it. The username Variable works as expected.
so currently Guacamole asks for the password every time I connect to a
RDP-session.
requirements are to make guacamole save my password when I type it in when there's a specific NEW variable in the password field of the connection (for example "${GUAC_SSO_PASSWORD}". this password is saved per user and can be reused on other connections. as soon as the password is wrong when logging in, guacamole asks for a password -> this will overwrite that saved password for the current user and so on.
an issue for this on Jira is already opened:
https://issues.apache.org/jira/browse/GUACAMOLE-1428
The Feature needs to be integrated into the official version. I know that if the code-quality is good enough it will be merged.
See how you can contribute to Guacamole:
https://github.com/apache/guacamole-client/blob/master/CONTRIBUTING
//
https://guacamole.apache.org/pull-requests/