Re: Display default value of username in Login screen

2019-11-20 Thread Tushar Jain
Hi Nick, Thanks for the response. We are trying to integrate smart card with the login page. Our users are provided with a unique 16 digit card number which acts as their identity and the username. Instead of them typing it out everytime, we want guacamole to fetch it from the card. We have writte

Re: Max activation time for TOTP authentication with LDAP+mysql

2019-11-20 Thread Nick Couchman
On Wed, Nov 20, 2019 at 6:42 AM Alex Kaiser wrote: > Is it possible to set a timeframe within the user has to activate his TOTP > authentication on the first logon attempt? > > For example 48hrs after the user was added to the mysql database. > Otherwise the account would be disabled. > > > There

Re: Display default value of username in Login screen

2019-11-20 Thread Nick Couchman
On Wed, Nov 20, 2019 at 3:19 AM Tushar Jain wrote: > Hi, > > How can one display default value of username in login screen? The default > value in my case is returned by Javascript function. > > Since in 1.1.0, the login fields are generated dynamically, i tried > displaying the default value in

How to improve performance on VSAT

2019-11-20 Thread Amarjeet Singh
Hi Team, There is a delay of 1000ms between client [ browser ] and the server [ where guacamole server is installed] on VSAT connection. If user is doing any activity in the browser, then guacamole-server will receive data with 1000ms of delay and the same will reflect in the browser with 1000ms

Max activation time for TOTP authentication with LDAP+mysql

2019-11-20 Thread Alex Kaiser
Is it possible to set a timeframe within the user has to activate his TOTP authentication on the first logon attempt? For example 48hrs after the user was added to the mysql database. Otherwise the account would be disabled. Kind Regards Alex Kaiser

Display default value of username in Login screen

2019-11-20 Thread Tushar Jain
Hi, How can one display default value of username in login screen? The default value in my case is returned by Javascript function. Since in 1.1.0, the login fields are generated dynamically, i tried displaying the default value in 0.9.6 where login screen was independent. I wasnt successful in e