[ 
https://issues.apache.org/jira/browse/GUACAMOLE-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861220#comment-16861220
 ] 

Michael Jumper commented on GUACAMOLE-811:
------------------------------------------

{quote}
which docker image? guacd or guacamole?
{quote}

The Guacamole image - the image you are running in the command you listed.

{quote}
what can I do?
{quote}

The supported mechanism for providing a custom configuration that cannot 
otherwise be specified with environment variables is {{GUACAMOLE_HOME}}:

http://guacamole.apache.org/doc/gug/guacamole-docker.html#guacamole-docker-guacamole-home

You can use the above to point Guacamole at a volume mount containing the 
{{user-mapping.xml}}.

{quote}
Last week the same image worked fine!
{quote}

For the command you ran, this is not possible. The sanity checks built into the 
Docker image would have produced an error like you saw for all versions of the 
Guacamole Docker image, as far back as the image has existed.


> 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
>            Priority: Major
>
> 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)

Reply via email to