On Mon, Feb 25, 2019 at 8:59 PM sciUser <[email protected]>
wrote:
> Hello Nick,
> So that I am not searching in vain, here is my query
>
>
>
> This is the output I get:
>
>
>
> I know that this connection I have manually set the option Automatically
> Create Drive: to true in the GUI.
>
> What am I doing wrong and how do I adjust my query to view that option?
>
>
SELECT * FROM guacamole_connection_parameter WHERE connection_id=12;
connection_id | parameter_name | parameter_value
---------------+-------------------+---------------------------
12 | security | nla
12 | hostname | 192.168.1.1
12 | password | password
12 | ignore-cert | true
12 | enable-printing | true
12 | drive-path | /tmp
12 | create-drive-path | true
12 | printer-name | cotyguac mcprinter
12 | port | 3389
12 | enable-drive | true
12 | domain | RDPCONN1
12 | username | Administrator
In the above table, the "create-drive-path" parameter is the one with the
checkbox for auto-creating the drive path.
-Nick