Chris created GUACAMOLE-811:
-------------------------------
Summary: BasicFileAuthenticationProvider does not work
Key: GUACAMOLE-811
URL: https://issues.apache.org/jira/browse/GUACAMOLE-811
Project: Guacamole
Issue Type: Bug
Components: guacamole-docker
Affects Versions: 1.0.0
Environment: ubuntu 18
Reporter: Chris
I want to start guacamole with no database. I want to use the
BasicAuthentification. So I run docker with :
_
docker run --name some-guacamole \
--link some-guacd:guacd \
-d -p 8080:8080 guacamole/guacamole_
But the installation has the following error:
FATAL: No authentication configured
-------------------------------------------------------------------------------
The Guacamole Docker container needs at least one authentication mechanism in
order to function, such as a MySQL database, PostgreSQL database, or LDAP
directory. Please specify at least the MYSQL_DATABASE or POSTGRES_DATABASE
environment variables, or check Guacamole's Docker documentation regarding
configuring LDAP and/or custom extensions.
Guacamole doesn't use the BasicAuthentification.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)