Skip to content

Commit 4545f26

Browse files
Merge pull request #252769 from khdownie/patch-1
Update storage-files-identity-auth-hybrid-identities-enable.md
2 parents 4b0f84b + 81e1354 commit 4545f26

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/storage/files/storage-files-identity-auth-hybrid-identities-enable.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable identity-based Kerberos authentication for hybr
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 08/03/2023
7+
ms.date: 09/25/2023
88
ms.author: kendownie
99
ms.custom: engagement-fy23
1010
recommendations: false
@@ -208,14 +208,15 @@ Changes are not instant, and require a policy refresh or a reboot to take effect
208208

209209
If you want to enable client machines to connect to storage accounts that are configured for AD DS as well as storage accounts configured for Azure AD Kerberos, follow these steps. If you're only using Azure AD Kerberos, skip this section.
210210

211-
Add an entry for each storage account that uses on-premises AD DS integration. Use one of the following three methods to configure Kerberos realm mappings:
211+
Add an entry for each storage account that uses on-premises AD DS integration. Use one of the following three methods to configure Kerberos realm mappings. Changes aren't instant, and require a policy refresh or a reboot to take effect.
212212

213213
- Configure this Intune [Policy CSP](/windows/client-management/mdm/policy-configuration-service-provider) and apply it to the client(s): [Kerberos/HostToRealm](/windows/client-management/mdm/policy-csp-admx-kerberos#hosttorealm)
214214
- Configure this group policy on the client(s): `Administrative Template\System\Kerberos\Define host name-to-Kerberos realm mappings`
215-
- Run the `ksetup` Windows command on the client(s): `ksetup /addhosttorealmmap <hostname> <realmname>`
216-
- For example, `ksetup /addhosttorealmmap <your storage account name>.file.core.windows.net contoso.local`
215+
- Run the `ksetup` Windows command on the client(s): `ksetup /addhosttorealmmap <hostname> <REALMNAME>`
216+
- For example, `ksetup /addhosttorealmmap <your storage account name>.file.core.windows.net CONTOSO.LOCAL`
217217

218-
Changes aren't instant, and require a policy refresh or a reboot to take effect.
218+
> [!IMPORTANT]
219+
> In Kerberos, realm names are case sensitive and upper case. Your Kerberos realm name is usually the same as your domain name, in upper-case letters.
219220
220221
## Undo the client configuration to retrieve Kerberos tickets
221222

0 commit comments

Comments
 (0)