Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.39 KB

File metadata and controls

41 lines (32 loc) · 1.39 KB
title Security limitations for SQL Server on Linux - SQL Server vNext CTP1 | Microsoft Docs
description This topic describes SQL Server on Linux restrictions.
author BYHAM
ms.author rickbyh
manager jhubbard
ms.date 11/09/2016
ms.topic article
ms.prod sql-linux
ms.technology database-engine
ms.assetid 64da74cc-14bf-4636-a55e-8cc1fce2aaff

Security limitations for SQL Server on Linux

SQL Server on Linux has the following limitations:

  • Only SQL Server authentication is currently available.
  • A standard password policy is provided. MUST_CHANGE is the only option you may configure.
  • Extensible Key Management is not supported.
  • Using keys stored in the Azure Key Vault is not supported.
  • SQL Server generates its own self-signed certificate for encrypting connections. Currently, SQL Server cannot be configured to use a user provided certificate for SSL or TWL.

For more infomation about security features available in SQL Server, see the Security Center for SQL Server Database Engine and Azure SQL Database.

Next steps

For common security tasks, see Get started with security features of SQL Server on Linux.