Skip to content

Commit 07c6968

Browse files
Merge pull request #227235 from MikeRayMSFT/20230213-servicemanaged-keytab
Update keytab type name
2 parents 98aaa79 + d087491 commit 07c6968

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-arc/data/active-directory-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Arc-enabled data services support Active Directory (AD) for Identity and A
1717

1818
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:
1919
- Customer-managed keytab (CMK)
20-
- System-managed keytab (SMK)
20+
- Service-managed keytab (SMK)
2121

2222
The notion of Active Directory(AD) integration mode describes the process for keytab management including:
2323
- 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
2828
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:
2929

3030
- [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)
3232
- [Deploy SQL managed instances](deploy-active-directory-sql-managed-instance.md)
3333

3434
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?
4949
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:
5050

5151
- Customer-managed keytab
52-
- System-managed keytab
52+
- Service-managed keytab
5353

5454
The following section compares these modes.
5555

0 commit comments

Comments
 (0)