Here are the key points about authentication modes:
- NetWorker Module for SQL Server works with both Windows authentication mode and mixed mode (Windows authentication and SQL authentication) in SQL Server.
- In Windows authentication mode, the Windows logon account used by the module must be granted the SQL Server sysadmin role.
- In mixed mode, the module can connect using either a Windows account or SQL login credentials that have sysadmin privileges.
- The module processes need sysadmin privileges to issue T-SQL BACKUP commands and open a shared memory handle for backups.
So in summary, the authentication mode doesn't impact functionality, but the account(s) used by the module need to have SQL Server sysadmin role