You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/11/26 19:49:00 UTC

[jira] [Commented] (GUACAMOLE-667) Enable loading configuration file from other locations than default

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

Michael Jumper commented on GUACAMOLE-667:
------------------------------------------

Can you describe the use case behind this?

> Enable loading configuration file from other locations than default
> -------------------------------------------------------------------
>
>                 Key: GUACAMOLE-667
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-667
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole-server
>            Reporter: Andrzej Dorobisz
>            Priority: Minor
>
> Currently, when the guacamole-server daemon starts (_src/guacd/daemon.c_) the configuration file is loaded ({{guacd_conf_load()}} in _src/guacd/conf-file.c_) but the path to the configuration file is fixed.
> This path is read from {{GUACD_CONF_FILE}} variable, which is set to "_/etc/guacamole/guacd.conf_" during ./configure process.
> {code:java}
> ./configure.ac:AC_DEFINE_UNQUOTED([GUACD_CONF_FILE], ["$guacd_conf"], [The full path to the guacd config file])
> ./configure:  guacd_conf=/etc/guacamole/guacd.conf
> {code}
> We propose to enable loading of the configuration file from the path provided (on the program startup) by the user.



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