You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Kamal Ezzaki <ka...@gmail.com> on 2019/04/24 10:42:57 UTC

add attribute to connection interface

Hello,

how can i add a new attribute in the connection interface and the attribute
go to BD too, i wanna add a new attribute to choose which ssh connection (
Switch, router, linux , SQL .. )

Re: add attribute to connection interface

Posted by Kamal Ezzaki <ka...@gmail.com>.
is there any other exemple i tried so hard to understand the code of the
totp but there is to much files , i just wanna add an input type text in
the guacamole connections and add the attribute value in the mysql just
like failover parameters

Re: add attribute to connection interface

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Apr 24, 2019 at 6:54 AM Kamal Ezzaki <ka...@gmail.com> wrote:

> Hello,
>
> how can i add a new attribute in the connection interface and the
> attribute go to BD too, i wanna add a new attribute to choose which ssh
> connection ( Switch, router, linux , SQL .. )
>

At this point the way to do this would be to write an extension that
decorates another extension, which would allow the decorating extension to
store this information in the database.  The TOTP extension is an example
of an extension that uses decoration and stores data in the underlying JDBC
module.

-Nick