Skip to content

Commit a9c052f

Browse files
committed
fix warning
1 parent 5fbf0a9 commit a9c052f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Validate that the trust is working by running the **klist** command to display t
198198

199199
1. Sign in to a machine or VM that's joined to a domain in **Forest 1** and open a Windows command prompt.
200200
1. To display the credentials cache for the domain-joined storage account in **Forest 2**, run one of the following commands:
201-
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem2sa.onpremad2.com`
201+
- If you used the [Modify storage account SPN suffix and add CNAME record](#modify-storage-account-spn-suffix-and-add-cname-record) method, run: `klist get cifs/onprem2sa.onpremad2.com`
202202
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem2sa.file.core.windows.net`
203203
1. You should see output similar to the following. The klist output differs slightly based on which method you used to configure domain suffixes.
204204

@@ -217,7 +217,7 @@ Kdc Called: onprem2.onpremad2.com
217217

218218
1. Sign in to a machine or VM that's joined to a domain in **Forest 2** and open a Windows command prompt.
219219
1. To display the credentials cache for the domain-joined storage account in **Forest 1**, run one of the following commands:
220-
- If you used the [Modify storage account name suffix and add CNAME record](#modify-storage-account-name-suffix-and-add-cname-record) method, run: `klist get cifs/onprem1sa.onpremad1.com`
220+
- If you used the [Modify storage account SPN suffix and add CNAME record](#modify-storage-account-spn-suffix-and-add-cname-record) method, run: `klist get cifs/onprem1sa.onpremad1.com`
221221
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem1sa.file.core.windows.net`
222222
1. You should see output similar to the following. The klist output differs slightly based on which method you used to configure domain suffixes.
223223

0 commit comments

Comments
 (0)