Skip to content

Commit 0962338

Browse files
authored
Merge pull request #97404 from ManojReddy-MSFT/patch-56
(Azure CXP) fixes MicrosoftDocs/azure-docs#43783
2 parents b14b6be + 44e8381 commit 0962338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-domain-services/tutorial-configure-ldaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Let's create a rule to allow inbound secure LDAP access over TCP port 636 from a
206206

207207
1. In the Azure portal, select *Resource groups* on the left-hand side navigation.
208208
1. Choose you resource group, such as *myResourceGroup*, then select your network security group, such as *aaads-nsg*.
209-
1. The list of existing inbound and outbound security rules are displayed. On the left-hand side of the network security group windows, choose **Security > Inbound security rules**.
209+
1. The list of existing inbound and outbound security rules are displayed. On the left-hand side of the network security group windows, choose **Settings > Inbound security rules**.
210210
1. Select **Add**, then create a rule to allow *TCP* port *636*. For improved security, choose the source as *IP Addresses* and then specify your own valid IP address or range for your organization.
211211

212212
| Setting | Value |
@@ -241,7 +241,7 @@ The following example DNS entry, either with your external DNS provider or in th
241241

242242
## Test queries to the managed domain
243243

244-
To connect and bind to your Azure AD DS managed domain and search over LDAP, you use the *LDP.exe* too. This tool is included in the Remote Server Administration Tools (RSAT) package. For more information, see [install Remote Server Administration Tools][rsat].
244+
To connect and bind to your Azure AD DS managed domain and search over LDAP, you use the *LDP.exe* tool. This tool is included in the Remote Server Administration Tools (RSAT) package. For more information, see [install Remote Server Administration Tools][rsat].
245245

246246
1. Open *LDP.exe* and connect to the managed domain. Select **Connection**, then choose **Connect...**.
247247
1. Enter the secure LDAP DNS domain name of your managed domain created in the previous step, such as *ldaps.contoso.com*. To use secure LDAP, set **Port** to *636*, then check the box for **SSL**.

0 commit comments

Comments
 (0)