-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.4.8
-
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).