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-auth-linux-kerberos-enable.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to enable identity-based Kerberos authentication for Linu
4
4
author: khdownie
5
5
ms.service: storage
6
6
ms.topic: how-to
7
-
ms.date: 04/13/2023
7
+
ms.date: 04/17/2023
8
8
ms.author: kendownie
9
9
ms.subservice: files
10
10
---
@@ -20,6 +20,9 @@ For more information on supported options and considerations, see [Overview of A
20
20
21
21
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.
22
22
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
+
23
26
## Applies to
24
27
| File share type | SMB | NFS |
25
28
|-|:-:|:-:|
@@ -35,7 +38,7 @@ You can't use identity-based authentication to mount Azure File shares on Linux
35
38
36
39
Before you enable AD authentication over SMB for Azure file shares, make sure you've completed the following prerequisites.
37
40
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.
39
42
- Root user or user credentials to a local user account that has full sudo rights (for this guide, localadmin).
40
43
- 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.
41
44
- 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
0 commit comments