Versions Compared

Key

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

...

If you are using the Opmantek Virtual Appliance, you can find more default credential information at at Default Credentials (Passwords) for NMIS8 VM.

Open-AudIT Enterprise web logon (pre 5.0.0)

Enterprise and Professional can use various methods for authentication. However, regardless of authentication, your user must exist within Open-AudIT in order to receive authorisation. The simplest method is to simple create your user in the Open-AudIT web GUI and ensure "openaudit" is listed as an acceptable method in /omk/conf/opCommon.nmis. The installer will do this for you. See below (Open-AudIT web logon).

...

admin : password (default user)

Open-AudIT Enterprise user (pre 5.0.0)

This user is used by Open-AudIT Enterprise to log on to Open-AudIT and generate scheduled reports, retrieve dashboard data, etc. This user will not work in the web interface of Open-AudIT Enterprise. This user should have at least 'view' access on the All Devices Group. It does not need admin or sam (Software Asset Management) access, but for completeness - using Discovery, setting config values and so on, it should be an Admin level user within Open-AudIT.

...

This password is stored in the file (pre 5.0.0) open-audit/code_igniter/application/config/database.php

For 5.0.0 onwards it is open-audit/app/Config/Database.json

openaudit : openauditpassword

...

They are encrypted using a key which is found in (pre 5.0.0) /open-audit/code_igniter/application/config/config.php.

The variable used is $config['encryption_key'] which by default is set to 'open-audit'.

And for 5.0.0 onwards it is in /open-audit/app/Config/Encryption.php

The variable used is $key which by default is set to 'open-audit'.

NOTE - If you change this key after you have created some credentials, those credentials will be unusable (they will not be able to be decrypted). You should first export them, delete them, change the encryption key, then import them.

...