Skip to content

Commit 82964f7

Browse files
committed
minor changes
1 parent 0df57f1 commit 82964f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-files-identity-auth-linux-kerberos-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 Linu
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 02/28/2023
7+
ms.date: 03/10/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -18,7 +18,7 @@ For more information on supported options and considerations, see [Overview of A
1818
- On-premises Windows Active Directory Domain Services (AD DS)
1919
- Azure Active Directory Domain Services (Azure AD DS)
2020

21-
In order to use the first option, you must sync your AD DS to Azure Active Directory (Azure AD) using Azure AD Connect.
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.
2222

2323
## Applies to
2424
| File share type | SMB | NFS |
@@ -217,7 +217,7 @@ _ldap._tcp.contosodomain.contoso.com service = 0 100 389 hxt4yo--jb9q529.contoso
217217

218218
### Set up hostname and fully qualified domain name (FQDN)
219219

220-
1. Update the `/etc/hosts` file with the final FQDN (after joining the domain) and the alias for the host. The IP address doesn't matter much for now because this line will mainly be used to translate short hostname to FQDN. For more details, see [Setting up Samba as a Domain Member](https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member).
220+
1. Update the `/etc/hosts` file with the final FQDN (after joining the domain) and the alias for the host. The IP address doesn't matter for now because this line will mainly be used to translate short hostname to FQDN. For more details, see [Setting up Samba as a Domain Member](https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member).
221221

222222
```bash
223223
127.0.0.1 contosovm.contosodomain.contoso.com contosovm
@@ -444,7 +444,7 @@ wbinfo -K 'contososmbadmin%SUPERSECRETPASSWORD'
444444
445445
## Choose an access control model
446446
447-
Before you mount the share, you need to choose one of the following three access control models for mounting SMB Azure file shares:
447+
Before you mount the share, you need to choose one of the following access control models for mounting SMB Azure file shares:
448448
449449
1. **Server enforced access control using NT ACLs (default):** Uses NT access control lists (ACLs) to enforce access control. This option is recommended for most scenarios, unless your environment is predominantly Linux. Linux tools that update NT ACLs are minimal, so update ACLs through Windows. Use this access control model only with NT ACLs (no mode bits).
450450

0 commit comments

Comments
 (0)