You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/data/active-directory-introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Azure Arc-enabled data services support Active Directory (AD) for Identity and A
17
17
18
18
This article describes how to enable Azure Arc-enabled SQL Managed Instance with Active Directory (AD) Authentication. The article demonstrates two possible AD integration modes:
19
19
- Customer-managed keytab (CMK)
20
-
-System-managed keytab (SMK)
20
+
-Service-managed keytab (SMK)
21
21
22
22
The notion of Active Directory(AD) integration mode describes the process for keytab management including:
23
23
- Creating AD account used by SQL Managed Instance
@@ -28,7 +28,7 @@ The notion of Active Directory(AD) integration mode describes the process for ke
28
28
To enable Active Directory authentication for SQL Server on Linux and Linux containers, use a [keytab file](/sql/linux/sql-server-linux-ad-auth-understanding#what-is-a-keytab-file). The keytab file is a cryptographic file containing service principal names (SPNs), account names and hostnames. SQL Server uses the keytab file for authenticating itself to the Active Directory (AD) domain and authenticating its clients using Active Directory (AD). Do the following steps to enable Active Directory authentication for Arc-enabled SQL Managed Instance:
29
29
30
30
-[Deploy data controller](create-data-controller-indirect-cli.md)
31
-
-[Deploy a customer-managed keytab AD connector](deploy-customer-managed-keytab-active-directory-connector.md) or [Deploy a system-managed keytab AD connector](deploy-system-managed-keytab-active-directory-connector.md)
31
+
-[Deploy a customer-managed keytab AD connector](deploy-customer-managed-keytab-active-directory-connector.md) or [Deploy a service-managed keytab AD connector](deploy-system-managed-keytab-active-directory-connector.md)
The following diagram shows how to enable Active Directory authentication for Azure Arc-enabled SQL Managed Instance:
@@ -49,7 +49,7 @@ What is the difference between the two Active Directory integration modes?
49
49
To enable Active Directory authentication for Arc-enabled SQL Managed Instance, you need an Active Directory connector where you specify the Active Directory integration deployment mode. The two Active Directory integration modes are:
0 commit comments