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
+40-36Lines changed: 40 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ First, add a new custom suffix on **Forest 2**. Make sure you have the appropria
180
180
1. Open the **Active Directory Domains and Trusts** console.
181
181
1. Right-click on **Active Directory Domains and Trusts**.
182
182
1. Select **Properties**, and then select **Add**.
183
-
1. Add "file.core.windows.net" as the UPN Suffix.
183
+
1. Add "file.core.windows.net" as the UPN suffix.
184
184
1. Select **Apply**, then **OK** to close the wizard.
185
185
186
186
Next, add the suffix routing rule on **Forest 1**, so that it redirects to **Forest 2**.
@@ -197,53 +197,57 @@ Next, add the suffix routing rule on **Forest 1**, so that it redirects to **For
197
197
Validate that the trust is working by running the **klist** command to display the contents of the Kerberos credentials cache and key table.
198
198
199
199
1. Sign in to a machine or VM that's joined to a domain in **Forest 1** and open a Windows command prompt.
200
+
200
201
1. To display the credentials cache for the domain-joined storage account in **Forest 2**, run one of the following commands:
201
202
- 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`
202
203
- 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`
204
+
203
205
1. You should see output similar to the following. The klist output differs slightly based on which method you used to configure domain suffixes.
1. Sign in to a machine or VM that's joined to a domain in **Forest 2** and open a Windows command prompt.
221
+
219
222
1. To display the credentials cache for the domain-joined storage account in **Forest 1**, run one of the following commands:
220
223
- 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`
221
224
- 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`
225
+
222
226
1. You should see output similar to the following. The klist output differs slightly based on which method you used to configure domain suffixes.
If you see the preceding output, you're done. If you don't, follow these steps to provide alternative UPN suffixes to make multi-forest authentication work.
0 commit comments