mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Move NoAuthenticationProvider under extensions/
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/.
This commit is contained in:
committed by
Michael Jumper
parent
b3e3855fd1
commit
f1f2e04860
@@ -0,0 +1,6 @@
|
||||
<configs>
|
||||
<config name="myconfig" protocol="rdp">
|
||||
<param name="hostname" value="rdp-server" />
|
||||
<param name="port" value="3389" />
|
||||
</config>
|
||||
</configs>
|
@@ -0,0 +1,4 @@
|
||||
# Add these two lines to your guacamole.properties file
|
||||
|
||||
auth-provider: net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider
|
||||
noauth-config: /etc/guacamole/noauth-config.xml
|
Reference in New Issue
Block a user