Skip to content

Commit 7b7d4c5

Browse files
committed
Esteban edits
1 parent edcd240 commit 7b7d4c5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/storage/files/storage-files-identity-auth-linux-kerberos-enable.md

Lines changed: 7 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 Linu
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 04/13/2023
7+
ms.date: 04/17/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -20,6 +20,9 @@ For more information on supported options and considerations, see [Overview of A
2020

2121
In order to use the first option (AD DS), you must sync your AD DS to Azure Active Directory (Azure AD) using Azure AD Connect.
2222

23+
> [!Note]
24+
> This article uses Ubuntu for the example steps. Similar configurations will work for RHEL and SLES machines, allowing you to mount Azure file shares using Active Directory.
25+
2326
## Applies to
2427
| File share type | SMB | NFS |
2528
|-|:-:|:-:|
@@ -35,7 +38,7 @@ You can't use identity-based authentication to mount Azure File shares on Linux
3538

3639
Before you enable AD authentication over SMB for Azure file shares, make sure you've completed the following prerequisites.
3740

38-
- A Linux VM (Ubuntu 18.04+ or an equivalent Red Hat or SuSE VM) running on Azure. The VM must have at least one network interface on the VNET containing the Azure AD DS, or an on-premises Linux VM with AD DS synced to Azure AD.
41+
- A Linux VM (Ubuntu 18.04+ or an equivalent RHEL or SLES VM) running on Azure. The VM must have at least one network interface on the VNET containing the Azure AD DS, or an on-premises Linux VM with AD DS synced to Azure AD.
3942
- Root user or user credentials to a local user account that has full sudo rights (for this guide, localadmin).
4043
- The Linux VM must not have joined any AD domain. If it's already a part of a domain, it needs to first leave that domain before it can join this domain.
4144
- An Azure AD tenant [fully configured](../../active-directory-domain-services/tutorial-create-instance.md), with domain user already set up.
@@ -219,8 +222,8 @@ rtt min/avg/max/mdev = 0.740/1.026/1.419/0.248 ms
219222

220223
```bash
221224
nslookup
222-
> set type=SRV
223-
> _ldap._tcp.contosodomain.contoso.com.
225+
\ set type=SRV
226+
\ _ldap._tcp.contosodomain.contoso.com.
224227
```
225228

226229
```output

0 commit comments

Comments
 (0)