[jira] [Commented] (GUACAMOLE-1252) NAS-IP-Adress should be configurable

2022-01-04 Thread Jira


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

Michael Böhm commented on GUACAMOLE-1252:
-

[~vnick], thanks for implementing this. I can confirm that it is working as 
intended. However, the parameter is missing in the Docker image's start.sh to 
set it via env variables.

I guess it can be solved by adding this line to the RADIUS section:

set_optional_property "radius-nas-ip"           "$RADIUS_NAS_IP"

> NAS-IP-Adress should be configurable
> 
>
> Key: GUACAMOLE-1252
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1252
> Project: Guacamole
>  Issue Type: New Feature
>  Components: Documentation, guacamole-auth-radius
>Affects Versions: 1.3.0
>Reporter: Michael Böhm
>Assignee: Nick Couchman
>Priority: Minor
> Fix For: 1.4.0
>
>
> This change introduced the functionality to read the ip address from the OS 
> and write it to the NAS IP address of the RADIUS protocol.
> However, this is not a proper solution when Guacamole runs in Docker as in 
> this case the virtual internal IP address is used.
> As discussed in the mailing-list, I propose to make it configurable from 
> where the NAS IP address should be fetched, either automatically from the OS 
> or manually from a config parameter (or not at all).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (GUACAMOLE-1252) NAS-IP-Adress should be configurable

2021-01-04 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1252:
--

Pull requests have been opened for this change:
https://github.com/apache/guacamole-client/pull/586
https://github.com/apache/guacamole-manual/pull/157

> NAS-IP-Adress should be configurable
> 
>
> Key: GUACAMOLE-1252
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1252
> Project: Guacamole
>  Issue Type: New Feature
>  Components: Documentation, guacamole-auth-radius
>Affects Versions: 1.3.0
>Reporter: Michael Böhm
>Priority: Minor
>
> This change introduced the functionality to read the ip address from the OS 
> and write it to the NAS IP address of the RADIUS protocol.
> However, this is not a proper solution when Guacamole runs in Docker as in 
> this case the virtual internal IP address is used.
> As discussed in the mailing-list, I propose to make it configurable from 
> where the NAS IP address should be fetched, either automatically from the OS 
> or manually from a config parameter (or not at all).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)