-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 3.4.8
-
Component/s: Frontend (F)
-
Sprint 31, Sprint 32, Sprint 33
-
0.5
When LDAP auth method is selected, Zabbix performs the following SQL query:
$result &= DBexecute(
'UPDATE sessions SET status='.ZBX_SESSION_PASSIVE.
' WHERE sessionid<>'.zbx_dbstr(CWebUser::$data['sessionid'])
);
So all sessions are marked as old, independent of auth type (internal).