Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in quick-start Section #76

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading