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.

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.

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

This will also only affect Active Directory validated logins to Open-AudIT Enterprise (not Community).

You can confirm this by viewing the apache log. It will contain entries like the 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 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

...