Skip to content

Commit af54975

Browse files
committed
correcting numbered list
1 parent 7cb30d1 commit af54975

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/storage/files/storage-files-identity-multiple-forests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure on-premises Active Directory Domain Services (AD DS) auth
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 02/15/2023
7+
ms.date: 02/16/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -175,8 +175,8 @@ Next, add the suffix routing rule on **Forest 1**, so that it redirects to **For
175175
Now we'll validate that the trust is working by running the **klist** command to display the contents of the Kerberos credentials cache and key table.
176176

177177
1. Log on to a machine or VM that's joined to a domain in **Forest 1** and open a Windows command prompt.
178-
1. Run the following command to display the credentials cache for the domain-joined storage account in **Forest 2**: `klist get cifs/onprem2sa.file.core.windows.net`
179-
1. You should see output similar to the following:
178+
2. Run the following command to display the credentials cache for the domain-joined storage account in **Forest 2**: `klist get cifs/onprem2sa.file.core.windows.net`
179+
3. You should see output similar to the following:
180180

181181
```
182182
Client: onprem1user @ ONPREMAD1.COM
@@ -191,9 +191,9 @@ Cache Flags: 0x200 -> DISABLE-TGT-DELEGATION
191191
Kdc Called: onprem2.onpremad2.com
192192
```
193193

194-
1. Log on to a machine or VM that's joined to a domain in **Forest 2** and open a Windows command prompt.
195-
1. Run the following command to display the credentials cache for the domain-joined storage account in **Forest 1**: `klist get cifs/onprem1sa.file.core.windows.net`
196-
1. You should see output similar to the following:
194+
4. Log on to a machine or VM that's joined to a domain in **Forest 2** and open a Windows command prompt.
195+
5. Run the following command to display the credentials cache for the domain-joined storage account in **Forest 1**: `klist get cifs/onprem1sa.file.core.windows.net`
196+
6. You should see output similar to the following:
197197

198198
```
199199
Client: onprem2user @ ONPREMAD2.COM

0 commit comments

Comments
 (0)