You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Jörn Lentes (JIRA)" <ji...@apache.org> on 2019/01/17 11:32:00 UTC

[jira] [Created] (GUACAMOLE-705) Docker start script reports error with RADIUS configured

Jörn Lentes created GUACAMOLE-705:
-------------------------------------

             Summary: Docker start script reports error with RADIUS configured
                 Key: GUACAMOLE-705
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-705
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-radius
    Affects Versions: 2.0.0
            Reporter: Jörn Lentes
             Fix For: 2.0.0


When RADIUS is configured in docker container the start script reports the following error:

{{guacamole_1  | /opt/guacamole/bin/start.sh: 377: [: pap: unexpected operator}}

This is because sh does not support '==' in test statements like bash. It uses '='.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)