Versions Compared

Key

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

Table of Contents
maxLevel2
minLevel2

What are the default credentials to log into the web interface?

...

Code Block
languagephp
$config['permitted_uri_chars'] = 'a-z 0-9~%.:|(),_\-!=&[]@*';

How can I add another user to Open-AudIT?

In the Open-AudIT web interface, as an admin user, select the menu item menu -> Users -> Add a User.

...

You may need to manually update the Groups to have them populate devices. To do this, go to Menu -> Admin -> Groups -> List Groups and click the 'update' icon next to the group in question. Usually the best place to start is the 'All Devices' group. If this does then display the missing devices, you can run http://<SERVER>/open-audit/index.php/admin_groups/update_groups - this will update ALL groups within Open-AudIT. Be aware that this may take some time.

Discovery has stopped working

If you are running a RedHat or Centos system and you have upgraded Nmap, please reset the SUID on the binary by

Code Block
languagebash
chmod u+s /usr/bin/nmap

An Open-AudIT Community page is not displaying and all I am seeing is a white screen.

...