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/storage/files/storage-files-identity-multiple-forests.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,10 @@ Next, add the suffix routing rule on **Forest 1**, so that it redirects to **For
175
175
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.
176
176
177
177
1. Log on to a machine or VM that's joined to a domain in **Forest 1** and open a Windows command prompt.
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:
178
+
2. To display the credentials cache for the domain-joined storage account in **Forest 2**, run one of the following commands:
179
+
- 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.file.core.windows.net`
180
+
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem2sa.onpremad2.com`
181
+
3. You should see output similar to the following. The klist output will differ slightly based on which method you used to configure domain suffixes.
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:
197
+
5. To display the credentials cache for the domain-joined storage account in **Forest 1**, run one of the following commands:
198
+
- 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.file.core.windows.net`
199
+
- If you used the [Add custom name suffix and routing rule](#add-custom-name-suffix-and-routing-rule) method, run: `klist get cifs/onprem1sa.onpremad1.com`
200
+
6. You should see output similar to the following. The klist output will differ slightly based on which method you used to configure domain suffixes.
0 commit comments