Skip to content

Commit 6c136d6

Browse files
committed
update date
1 parent 7a812b5 commit 6c136d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 03/21/2023
7+
ms.date: 03/30/2023
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -47,7 +47,7 @@ localadmin@contosovm:~$ sudo apt update -y
4747
localadmin@contosovm:~$ sudo apt install samba winbind libpam-winbind libnss-winbind krb5-config krb5-user keyutils cifs-utils
4848
```
4949

50-
The wbinfo tool is part of the samba suite. It can be useful for authentication and debugging purposes, such as checking if the domain controller is reachable, checking what domain a machine is joined to, and finding information about users.
50+
The `wbinfo` tool is part of the samba suite. It can be useful for authentication and debugging purposes, such as checking if the domain controller is reachable, checking what domain a machine is joined to, and finding information about users.
5151

5252
Make sure that the Linux host keeps the time synchronized with the domain server. Refer to the documentation for your Linux distribution. For some distros, you can do this [using systemd-timesyncd](https://www.freedesktop.org/software/systemd/man/timesyncd.conf.html). Here's a sample configuration.
5353

0 commit comments

Comments
 (0)