Skip to content

Commit 987da07

Browse files
committed
[AzureADDS] Formatting updates
1 parent a7a3d00 commit 987da07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-domain-services/join-ubuntu-linux-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sudo apt-get install krb5-user samba sssd sssd-tools libnss-sss libpam-sss ntp n
8585

8686
For domain communication to work correctly, the date and time of your Ubuntu VM must synchronize with the Azure AD DS managed domain. Add your Azure AD DS managed domain's NTP hostname to the */etc/ntp.conf* file.
8787

88-
1. Open the *sssd.conf* file with an editor:
88+
1. Open the *ntp.conf* file with an editor:
8989

9090
```console
9191
sudo vi /etc/ntp.conf
@@ -123,7 +123,7 @@ Now that the required packages are installed on the VM and NTP is configured, jo
123123
sudo realm discover CONTOSO.COM
124124
```
125125

126-
If *realm discover* can't find your Azure AD DS managed domain, review the following troubleshooting steps:
126+
If the `realm discover` command can't find your Azure AD DS managed domain, review the following troubleshooting steps:
127127

128128
* Make sure that the domain is reachable from the VM. Try `ping contoso.com` to see if a positive reply is returned.
129129
* Check that the VM is deployed to the same, or a peered, virtual network in which the Azure AD DS managed domain is available.

0 commit comments

Comments
 (0)