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/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,12 @@ title: Configure a domain-joined HDInsight cluster by using Azure AD DS
3
3
description: Learn how to set up and configure a domain-joined HDInsight cluster by using Azure Active Directory Domain Services
4
4
services: hdinsight
5
5
author: omidm1
6
+
ms.author: omidm
6
7
manager: jhubbard
7
8
editor: cgronlun
8
-
9
-
10
9
ms.service: hdinsight
11
10
ms.topic: conceptual
12
-
ms.date: 05/30/2018
13
-
ms.author: omidm
14
-
11
+
ms.date: 07/17/2018
15
12
---
16
13
# Configure a domain-joined HDInsight cluster by using Azure Active Directory Domain Services
17
14
@@ -51,17 +48,17 @@ When you create a domain-joined HDInsight cluster, you must supply the following
51
48
-**Domain name**: The domain name that's associated with Azure AD DS. An example is contoso.onmicrosoft.com.
52
49
-**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.
53
50
-**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).
55
52
56
53
> [!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).
58
55
59
56
-**LDAPS URL**: An example is ldaps://contoso.onmicrosoft.com:636.
60
57
61
58
> [!IMPORTANT]
62
59
> Enter the complete URL, including "ldaps://" and the port number (:636).
63
60
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 (;).
65
62
66
63
The following screenshot shows the configurations in the Azure portal:
0 commit comments