Restoring the Password of Dr.Web Enterprise Security Suite Administrator |
If the administrative password for access to Dr.Web Server is lost, you can view or change it by direct access to the Server DB: a)For an embedded DB, to view and change administrative password, use the drwidbsh utility, which is included in the Server distribution kit (see H9.2. Administrating Utility of the Embedded Database). b)For an external DB, use corresponding sql client.
Example of using the drwidbsh utility 1.Run the drwidbsh3 utility and specify the path to the DB file: •For the embedded DB under Linux OS:
•For the embedded DB under Windows OS:
2.To view all data from the admins table, run the following command:
3.To view logins and passwords of all administrative accounts, run the following command:
4.If only one account with the admin name exists and it has the root password, you will get the following result: 5.To change the password, use the update command. In the following example, the command changes the password of the admin account to qwerty:
6.To exit the drwidbsh utility, run the following command:
Description of the drwidbsh utility is given in the appendix H9.2. Administrating Utility of the Embedded Database.
|