1
0
-1

"oa_alert_log" table records all the changes happening in the other tables like "sys_sw_software", "sys_sw_netstat", "sys_sw_service", but not the changes from "sys_sw_user" table. How can this be fixed?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1
      Insert the below on line 783 of open-audit/code_igniter/application/controllers/system.php for version 1.8.2.

       

      $this->m_user->alert_user($details);

       

      NOTE - We only currently check for username and SID changes. Any other attribute changing will not trigger an alert.
      1. prasanna N

        Worked perfectly, Thanks!

      CommentAdd your comment...