Inhaltsverzeichnis

Auth: NoAuth

Authentifizierung: NoAuth

Installation

wget https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-noauth-0.9.14.tar.gz
http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/guacamole/0.9.14/binary/guacamole-auth-noauth-0.9.14.tar.gz
tar -xvzf guacamole-auth-noauth-0.9.14.tar.gz
cp guacamole-auth-noauth-0.9.14.jar /etc/guacamole/extensions/

Konfiguration

editor /etc/guacamole/guacamole.properties
...
# NoAuth properties
noauth-config: /etc/guacamole/noauth-config.xml
...
editor /etc/guacamole/noauth-config.xml

minimal(st)e Konfiguration für RDP

<configs>
    <config name="<Name des Servers>" protocol="rdp">
        <param name="hostname" value="<server ip oder name>" />
        <param name="port" value="3389" />
    </config>
</configs>