Managing account permissions and database access
Microsoft’s SQL Server supports two modes of authentication:
Windows Authentication: Uses standard Windows Accounts to verify the identity of a user, both on the PrinterOn Server and the SQL Server.
SQL Server/Mixed Mode Authentication: Supports a combination of Windows Accounts and additional accounts defined and managed directly in SQL Server itself.
By default, PrinterOn installs SQL Server with Windows Authentication enabled. All components are on the same system and therefore use the same account.