mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
New auth providers shouldn't go in guacamole-ext, which is strictly the API used by extensions to Guacamole. Instead this should be a separate project like "guacamole-auth-noauth", and should go under extensions/.
7 lines
175 B
XML
7 lines
175 B
XML
<configs>
|
|
<config name="myconfig" protocol="rdp">
|
|
<param name="hostname" value="rdp-server" />
|
|
<param name="port" value="3389" />
|
|
</config>
|
|
</configs>
|