Skip to content

Commit 17fde37

Browse files
Merge pull request #245138 from khdownie/kendownie071723
Kerberos realm mappings
2 parents 10d0fed + 4e38ca7 commit 17fde37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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: 06/30/2023
7+
ms.date: 07/17/2023
88
ms.author: kendownie
99
ms.custom: engagement-fy23
1010
recommendations: false
@@ -212,10 +212,10 @@ Add an entry for each storage account that uses on-premises AD DS integration. U
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-
- Configure the following registry value on the client(s): `reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\domain_realm /v <DomainName> /d <StorageAccountEndPoint>`
216-
- For example, `reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\domain_realm /v contoso.local /d <your-storage-account-name>.file.core.windows.net`
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 are not instant, and require a policy refresh or a reboot to take effect.
218+
Changes aren't instant, and require a policy refresh or a reboot to take effect.
219219

220220
## Disable Azure AD authentication on your storage account
221221

0 commit comments

Comments
 (0)