Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you use Active Directory authentication and are using Open-AudIT 1.12 it will likely be failing.

If you do not use Active Directory authentication, this should not affect you.

You can confirm this by setting the log_level to 7 in Community (menu -> Admin -> Config), logging out and then attempting to log in to Enterprise using an Active Directory account.Check the log file at (Linux) /usr/local/open-audit/other/log_system.log or (Windows) c:\xampplite\open-audit\other\log_system.log and you will likely see entries as viewing the apache log. It will contain entries like the below.

Code Block
[Thu Mar 03 09:35:29.153738 2016] [:error] [pid 32256] [client 127.0.0.1:40222] PHP Fatal error:  Call to undefined method M_userlogin::clean_sql() in /usr/local/open-audit/code_igniter/application/models/m_userlogin.php on line 47

...