![](https://secure.gravatar.com/avatar/afc21bbe813d889ab96631dd577a9a92.jpg?s=120&d=mm&r=g)
Hi,
On Sonntag, 27 Aug 2017 14:23 -0700, Cody Cook wrote:
Your array says (,1.2.3.4) when it might want to say ('1.2.3.4'). Not sure if that's a typo.
That was a typo when I've removed the IP address. I've stated ('1.2.3.4') at the config.php. :-)
I have installed PECL-Radius package and "php -i" show that the Radius support is available:
radius support => enabled version => 1.4.0b1
Thanks for the /debug hint. I do see now this in the error.log:
2017/08/28 09:58:52 [error] 27732#100099: *11098 FastCGI sent in stderr: "PHP message: PHP Warning: radius_get_attr() expects parameter 1 to be resource, null given in /usr/local/www/observium/html/includes/authentication/radius.inc.php on line 259 PHP message: PHP Fatal error: Call to undefined function hash() in /usr/local/www/observium/includes/common.inc.php on line 3573" while reading response header from upstream
I do see on the Radius server, that the authentication was succesfull. If I enter a wrong password, Observium returns to the login page again. The blank page only occurs, if the user is typing in a correct password an the authentication was succesfull.
-Ihsan