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.

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.

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 below.

Code Block
[Thu Mar 03 09:35:29.153738 2016] [:error] [pid 32256] [client 
Code Block
Mar 07 15:42:39 YOURSERVER 2060 5 U:Open-AudIT Enterprise C:main F:get_count I:127.0.0.1:40222] PHP Fatal error:  Call to undefined method M_userlogin::clean_sql() in /usr/local/open-audit_enterprise Active Directory failed verification (html request)/code_igniter/application/models/m_userlogin.php on line 47

To fix this issue (before we release 1.12.2) you can edit the file:

...