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: docs/linux/sql-server-linux-active-directory-authentication.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ This tutorial consists of the following tasks:
29
29
> * Create AD-based logins in Transact-SQL
30
30
> * Connect to [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] using AD Authentication
31
31
32
-
> Note
32
+
> [!NOTE]
33
33
>
34
-
> If you wish to configure [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux to use a thirdparty AD provider, please see [Use Active Directory Authentication with SQL Server on Linux through Third Party AD Providers](./sql-server-linux-active-directory-third-party-providers.md).
34
+
> If you wish to configure [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux to use a third-party AD provider, please see [Use third-party Active Directory providers with SQL Server on Linux](./sql-server-linux-active-directory-third-party-providers.md).
35
35
36
36
## Prerequisites
37
37
@@ -340,12 +340,12 @@ The specific connection string parameter for clients to use AD Authentication de
If you notice that AD account lookups are taking a while, and you have checked you AD configuration is valid with the steps at [Use Active Directory Authentication with SQL Server on Linux through ThirdParty AD Providers](sql-server-linux-active-directory-third-party-providers.md), you can add the lines below to `/var/opt/mssql/mssql.conf` to skip SSSD calls and directly use LDAP calls.
343
+
If you notice that AD account lookups are taking a while, and you have checked you AD configuration is valid with the steps at [Use Active Directory Authentication with SQL Server on Linux through Third-Party AD Providers](sql-server-linux-active-directory-third-party-providers.md), you can add the lines below to `/var/opt/mssql/mssql.conf` to skip SSSD calls and directly use LDAP calls.
This tutorial explains how to configure a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux host machine with AD Authentication when using third-party AD providers, such as [PowerBroker Identity Services (PBIS)](https://www.beyondtrust.com/), [Vintela Authentication Services (VAS)](https://www.oneidentity.com/products/authentication-services/), and [Centrify](https://www.centrify.com/). This guide includes steps to check your AD configuration, and it is not intended to instruct on how to join a machine to a domain. For detailed instructions on joining a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] host to a domain using REALM and SSSD, see [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md).
22
-
23
-
To set up AD Authentication with [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux, you need to do the following steps:
24
-
25
-
> [!div class="checklist"]
26
-
> * Join [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] host to an AD domain
27
-
> * Check configuration is compatible for AD Authentication
28
-
> * Create AD user for SQL Server and set SPN
29
-
> * Configure SQL Server service keytab
30
-
> * Create AD-based logins in Trasact-SQL
31
-
> * Connect to SQL Server using AD Authentication
32
-
33
-
In this tutorial, we will cover the second step listed above. For help with joining the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] host to an AD domain with SSSD, look at [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md). Alternatively, you can use a third-party AD provider to join the AD domain, such as [PBIS](https://www.beyondtrust.com/), [VAS](https://www.oneidentity.com/products/authentication-services/), or [Centrify](https://www.centrify.com/).
34
-
35
-
For help with steps 3-6, follow the steps at [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md).
21
+
This article explains how to configure a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux host machine with AD Authentication when using third-party AD providers, such as [PowerBroker Identity Services (PBIS)](https://www.beyondtrust.com/), [Vintela Authentication Services (VAS)](https://www.oneidentity.com/products/authentication-services/), and [Centrify](https://www.centrify.com/). This guide includes steps to check your AD configuration, and it is not intended to instruct on how to join a machine to a domain. For detailed instructions on joining a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] host to a domain using REALM and SSSD, see [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md).
36
22
37
23
## Prerequisites
38
24
39
25
Before you configure AD Authentication, you need to set up an AD Domain Controller (Windows) on your network and join your [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux host to an AD domain. You can use [PBIS](https://www.beyondtrust.com/), [VAS](https://www.oneidentity.com/products/authentication-services/), or [Centrify](https://www.centrify.com/).
40
26
41
-
>NOTE
27
+
>[!NOTE]
42
28
>
43
29
>This tutorial uses "contoso.com" and "CONTOSO.COM" as example domain and realm names respectively. It also uses "DC1.CONTOSO.COM" as the example fully qualified domain name of the domain controller. You should replace these with your own values.
44
30
@@ -165,22 +151,12 @@ Check your `/etc/krb5.conf` is configured correctly. For most third-party AD pro
165
151
166
152
## Next steps
167
153
168
-
To set up AD Authentication with [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux, you need to do the following steps:
169
-
170
-
> [!div class="checklist"]
171
-
> * Join [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] host to an AD domain
172
-
> * Check configuration is compatible for AD Authentication
173
-
> * Create AD user for SQL Server and set SPN
174
-
> * Configure SQL Server service keytab
175
-
> * Create AD-based logins in Trasact-SQL
176
-
> * Connect to SQL Server using AD Authentication
177
-
178
-
In this tutorial, we covered step #2. For help with steps #3-6, follow the instructions at [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md).
154
+
In this article, we covered how to configure a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux host machine with AD Authentication when using third-party AD providers. To finish configuring [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux to support AD accounts, follow the instructions at [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md).
179
155
180
156
> [!div class="nextstepaction"]
181
157
> [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md)
182
158
183
-
> NOTE
159
+
> [!NOTE]
184
160
>
185
161
> You can skip the "Join SQL Server host to AD domain" section in [Use Active Directory authentication with SQL Server on Linux](sql-server-linux-active-directory-authentication.md)
0 commit comments