On Mon, Jul 15, 2019 at 8:23 AM Niubbo75 <[email protected]> wrote: > Hello Nick and thanks for your reply. > I have try with one single user, add him also in my Guacamole local user > list and he have TOTP, but imagine if I have hundreds of users, is there a > way to automagically sync them into Guacamole JDBC so I have not to > manually > add them? >
At the moment you will need to script that somehow, using either direct modification of the underlying SQL database, or the API. However, there is a JIRA issue in progress for a change that would allow users to be automatically added to the JDBC module upon successful login from another module, along with a pull request: https://issues.apache.org/jira/browse/GUACAMOLE-708 https://github.com/apache/guacamole-client/pull/389 That would probably take care of your concerns - it probably will not be included in the 1.1.0 release, but whatever comes after that (1.2.0 or 2.0.0 - not sure, yet). -Nick
