Hello all,
I have Zabbix 1.8.5 on Debian Squeeze, which I used with an Internal Authentication.
Now I switched to HTTP Authentication with auth_mod_radius Module from Apache.
I kann log in through HTTP with Radius without problems, but I can't force logout.
When I choose "Logout" from the GUI, it shows the index.php and says:
"Welcome to Zabbix! You are connected as username."
My Config in httpd.d/zabbix.conf:
-----------------------------------
# <IfDefine ZABBIX>
Alias /zabbix "/var/www/zabbix"
RedirectMatch ^/$ /zabbix
<Directory "/var/www/zabbix/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
AuthType Basic
AuthName "Zabbix RADIUS authentication"
AuthBasicAuthoritative Off
AuthBasicProvider radius
AuthRadiusAuthoritative on
AuthRadiusActive On
Require valid-user
</Directory>
# </IfDefine>
AddRadiusAuth radiusserver.xxx.de:1812 xxxxxxxxxx 5:3
AddRadiusCookieValid 10
----------------------------------
This config sets validity for the cookie 10 minutes. However I wish to be able to force the logout when I choose the Logout button in the GUI.
Is that possible? What have I missed?
Any help will be appreciated,
Ira
I have Zabbix 1.8.5 on Debian Squeeze, which I used with an Internal Authentication.
Now I switched to HTTP Authentication with auth_mod_radius Module from Apache.
I kann log in through HTTP with Radius without problems, but I can't force logout.
When I choose "Logout" from the GUI, it shows the index.php and says:
"Welcome to Zabbix! You are connected as username."
My Config in httpd.d/zabbix.conf:
-----------------------------------
# <IfDefine ZABBIX>
Alias /zabbix "/var/www/zabbix"
RedirectMatch ^/$ /zabbix
<Directory "/var/www/zabbix/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
AuthType Basic
AuthName "Zabbix RADIUS authentication"
AuthBasicAuthoritative Off
AuthBasicProvider radius
AuthRadiusAuthoritative on
AuthRadiusActive On
Require valid-user
</Directory>
# </IfDefine>
AddRadiusAuth radiusserver.xxx.de:1812 xxxxxxxxxx 5:3
AddRadiusCookieValid 10
----------------------------------
This config sets validity for the cookie 10 minutes. However I wish to be able to force the logout when I choose the Logout button in the GUI.
Is that possible? What have I missed?
Any help will be appreciated,
Ira

Comment