- 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Administration accounts
- Mis à jour le 08 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
When the embedded database server is installed, two database accounts are created.
A superuser account that has all privileges throughout all databases:
User name: root
Password: digipassword
A database administrator account:
User name: digipass
Password: digipassword
This account has full administration and access privileges to the OneSpan Authentication Server database (Identikey Server, by default). It is used by OneSpan Authentication Server to connect to the database. If you use a SQL or database administration tool to connect to the database, you can use this account.
For security reasons you should change the default passwords of these database accounts after the installation!
If you want to change the password, you can do this using the DBeaver database tool. After changing the password for the database administrator account, you need to update the ODBC settings for all connections of OneSpan Authentication Server.
To change the password of the database administration account with DBeaver
- Launch DBeaver.
- Connect to the OneSpan Authentication Server database using the root account.
- Open a SQL Editor tab.
Execute the following SQL statement:
ALTER USER 'db_username'@'hostmask' IDENTIFIED BY 'password';
where:
- db_username is the database account name, e.g. root. Note that you can have the same database account name for different hostmasks.
- hostmask specifies the host where the respective user connects from, e.g. localhost for connections originating from the local host only or % for connections from any host.
- password is the new password.
- Launch the OneSpan Authentication Server Configuration Utility.
Change the password for the OneSpan Authentication Server database connection:
- Switch to the Storage tab.
- Select OneSpan Authentication Server in the ODBC Data Sources list and click Edit.
- Type the new password in the Password box.
- (OPTIONAL) Click Test Connection to verify the changed settings.
- Click OK to close the Edit ODBC Data Source Dialog.
Depending on the enabled scenarios, do the following for the Reporting and Auditing scenarios:
- Switch to the Scenarios tab.
- Select the respective scenario in the Available Scenarios list.
- Switch to the Audit ODBC Settings tab.
- Type the new password in the Password box.
- (OPTIONAL) Click Test Connection to verify the changed settings.
If you are using the database for auditing, change the password for the ODBC database audit method:
- Switch to the Auditing tab.
- Select Database in the Available Audit Methods list and click Edit.
- Type the new password in the Password box.
- (OPTIONAL) Click Test Connection to verify the changed settings.
- Click OK to close the Edit ODBC Audit Method Dialog.
- Click OK to exit the Configuration Utility.
- Click Yes to confirm restarting the OneSpan Authentication Server service.