Skip to content

Commit

Permalink
Fix typo in quick-start Section
Browse files Browse the repository at this point in the history
  • Loading branch information
f-trivino authored and pbrezina committed Nov 20, 2023
1 parent d989fbd commit 36ebdac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ Before starting make sure you have the following information:
- AD Server IP *e.g. 1.2.3.4*
- AD Server hostname *e.g. ad1.sssd.io*

Install the necessary packages, for RHEL and clones the packages are ``sssd, adcli, realm, oddjob`` and ``oddjob-mkhomedir``
Install the necessary packages, for RHEL and clones the packages are ``sssd, adcli, realmd, oddjob`` and ``oddjob-mkhomedir``

.. code-tabs::

.. fedora-tab::

dnf install -y sssd adcli realm oddjob oddjob-mkhomedir
dnf install -y sssd adcli realmd oddjob oddjob-mkhomedir

.. rhel-tab::

yum install -y sssd adcli realm oddjob oddjob-mkhomedir
yum install -y sssd adcli realmd oddjob oddjob-mkhomedir

Make sure DNS is pointing to your AD server(s) by checking ``/etc/resolv.conf`` and it having it contain an entry with an AD server IP, if it’s missing go ahead and add it, as the first entry.

Expand Down

0 comments on commit 36ebdac

Please sign in to comment.