On Fri, Dec 14, 2018 at 2:41 AM geo varghese <[email protected]> wrote:
> Hi Team, > > Thanks for making such a wonderful software. > > Is there any extension currently available for following customized feature > > 1) When a user clicks on a rdp server, before redirecting to server, it > will show a password interface. > Parameter prompting, including for credentials, is already a requested feature and there has been some work done on it, but there is a long way to go before it's ready: https://issues.apache.org/jira/browse/GUACAMOLE-221 > > 2) When user enter password for server login, it save with connection > details in mysql db. > > 3) Next time user clicks on same server, this password used for login to > server > > That's an interesting notion. It sounds similar to some other changes that have been proposed, particularly some sort of per-user credential management system, where credentials for users can be stored inside the Guacamole database and retrieved for connections. Today no such functionality exists. I encourage you to look through the JIRA system mentioned above at the other open requests and see if any of them fit what you're looking for. Also, you might want to check out the token passing in Guacamole - if your Guacamole login username and password match what is being used on the servers (due to LDAP or AD integration) you can use those in the connections to authenticate seamlessly: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#parameter-tokens -Nick
