Please enter search query.
Search <book_title>...
NetBackup™ Self Service Configuration Guide
Last Published:
2024-10-04
Product(s):
NetBackup (10.4)
- Configuring a Self Service solution
- Configuring a NetBackup primary server
- About configuring the NetBackup primary server
- Enabling communication with a Windows NetBackup primary server
- Enabling communication with a UNIX NetBackup primary server
- Enabling communication with a NetBackup appliance
- Enabling communication with a NetBackup primary server using the REST API
- Creating NetBackup Template Policies
- Configuring Self Service
- Customizing Self Service
- User authentication methods
- About user authentication methods
- Forms based authentication
- Windows Authentication
- Active Directory Import
- Configuring Self Service to use Federated Single Sign-On
- About multifactor authentication
- Configure multifactor authentication for your user account
- Disable multifactor authentication for your user account
- Enforce multifactor authentication for all users
- Configure multifactor authentication for your user account when it is globally enforced in NetBackup Self Service
- Reset multifactor authentication for a non-administrator user
- Reset multifactor authentication for a NetBackup Self Service administrator
- Troubleshooting
- Appendix A. NetBackup policy types
- Appendix B. Dashboard traffic light status and usage
- Appendix C. Synchronizing data from NetBackup
- Appendix D. NetBackup Self Service data caching process
- Appendix E. Integration settings
- Appendix F. REST API
- Appendix G. Glossary
Reset multifactor authentication for a NetBackup Self Service administrator
Only the NetBackup Self Service administrator can reset multifactor authentication for other NetBackup Self Service users.
To reset multifactor authentication for a NetBackup Self Service administrator
- Launch the SQL Server Studio Manager on the SQL host where the NetBackup Self Service databases reside.
- Click File > New > Query with Current Connection.
- In the right-hand pane, paste in the following query, where your_database_name is the actual name of your NetBackup Self Service adapter database and the_user_id_to_disable is the user ID that you want to disable for multifactor authentication.
DELETE FROM [your_database_name].[dbo].[UserMFAConfiguration] WHERE UserGuid in ( SELECT UserGuid FROM [NetBackupSelfService].[dbo].[USERS] WHERE UserID = the_user_id_to_disable )
- Click Query > Execute.