Skip to content

Commit d299448

Browse files
authored
Merge pull request #46806 from JasonWHowell/patch-4
Fixes MicrosoftDocs/azure-docs#10977
2 parents 289ac2e + e5c9042 commit d299448

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ title: Configure a domain-joined HDInsight cluster by using Azure AD DS
33
description: Learn how to set up and configure a domain-joined HDInsight cluster by using Azure Active Directory Domain Services
44
services: hdinsight
55
author: omidm1
6+
ms.author: omidm
67
manager: jhubbard
78
editor: cgronlun
8-
9-
109
ms.service: hdinsight
1110
ms.topic: conceptual
12-
ms.date: 05/30/2018
13-
ms.author: omidm
14-
11+
ms.date: 07/17/2018
1512
---
1613
# Configure a domain-joined HDInsight cluster by using Azure Active Directory Domain Services
1714

@@ -51,17 +48,17 @@ When you create a domain-joined HDInsight cluster, you must supply the following
5148
- **Domain name**: The domain name that's associated with Azure AD DS. An example is contoso.onmicrosoft.com.
5249
- **Domain user name**: The service account in the managed domain that you created in the previous section. An example is [email protected]. This domain user will be the administrator of this HDInsight cluster.
5350
- **Domain password**: The password of the service account.
54-
- **Organizational unit**: The distinguished name of the OU that you want to use with the HDInsight cluster. An example is OU=HDInsightOU,DC=contoso,DC=onmicrosohift,DC=com. If this OU does not exist, the HDInsight cluster tries to create the OU by using the privileges that the service account has. For example, if the service account is in the Azure AD DS Administrators group, it has the right permissions to create an OU. Otherwise, you might need to create the OU first and give the service account full control over that OU. For more information, see [Create an OU on an Azure AD DS managed domain](../../active-directory-domain-services/active-directory-ds-admin-guide-create-ou.md).
51+
- **Organizational unit**: The distinguished name of the OU that you want to use with the HDInsight cluster. An example is OU=HDInsightOU,DC=contoso,DC=onmicrosoft,DC=com. If this OU does not exist, the HDInsight cluster tries to create the OU by using the privileges that the service account has. For example, if the service account is in the Azure AD DS Administrators group, it has the right permissions to create an OU. Otherwise, you might need to create the OU first and give the service account full control over that OU. For more information, see [Create an OU on an Azure AD DS managed domain](../../active-directory-domain-services/active-directory-ds-admin-guide-create-ou.md).
5552

5653
> [!IMPORTANT]
57-
> Include all of the DCs, separated by commas, after the OU (for example, OU=HDInsightOU,DC=contoso,DC=onmicrosohift,DC=com).
54+
> Include all of the DCs, separated by commas, after the OU (for example, OU=HDInsightOU,DC=contoso,DC=onmicrosoft,DC=com).
5855
5956
- **LDAPS URL**: An example is ldaps://contoso.onmicrosoft.com:636.
6057

6158
> [!IMPORTANT]
6259
> Enter the complete URL, including "ldaps://" and the port number (:636).
6360
64-
- **Access user group**: The security groups whose users you want to sync to the cluster. An example is HiveUsers. If you want to specify multiple user groups, separate them by using commas.
61+
- **Access user group**: The security groups whose users you want to sync to the cluster. An example is HiveUsers. If you want to specify multiple user groups, separate them by using semicolon character (;).
6562

6663
The following screenshot shows the configurations in the Azure portal:
6764

0 commit comments

Comments
 (0)