/
Errata - 4.0.0
Errata - 4.0.0
Unfortunately Cloud Discovery has an issue in 4.0.0. If you need Cloud Discovery and cannot wait for 4.0.1, please perform the below.
Linux
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE networks CHANGE gateways gateways VARCHAR(200) NOT NULL DEFAULT '';"
Windows
c:\xampp\mysql\bin\mysql.exe -u openaudit -popenauditpassword openaudit -e "ALTER TABLE networks CHANGE gateways gateways VARCHAR(200) NOT NULL DEFAULT '';"
Then patch the file open-audit/code_igniter/application/models/m_discoveries.php
In the "create" function, at about line 78, find the below lines
if ($data->type !== 'subnet' && $data->type !== 'active directory') { $data->type = ''; }
and change them to
if ($data->type !== 'subnet' && $data->type !== 'active directory' && $data->type !== 'cloud') { $data->type = ''; }
Apologies for the inconvenience.
, multiple selections available,
Related content
Errata - 3.3.2 Discoveries
Errata - 3.3.2 Discoveries
More like this
Errata - 2.3.2 Creating Discoveries in Community
Errata - 2.3.2 Creating Discoveries in Community
More like this
Errata - 3.0.0 Windows Audits from Discovery on Windows Open-AudIT Server
Errata - 3.0.0 Windows Audits from Discovery on Windows Open-AudIT Server
More like this
Errata - 3.3.0 Global Exclude IP list from configuration not being honoured
Errata - 3.3.0 Global Exclude IP list from configuration not being honoured
More like this
Open-AudIT Support Information
Open-AudIT Support Information
More like this
Errata - 3.1.1 Running Discoveries on Centos (PHP < 5.5)
Errata - 3.1.1 Running Discoveries on Centos (PHP < 5.5)
More like this