Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13697

LDAP auth method switch makes all sessions old

XMLWordPrintable

    • 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).

            Miks.Kronkalns Miks Kronkalns
            dotneft Alexey Pustovalov
            Team D
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: