I am trying to redo steps from: https://youtu.be/6ls6kRvGkrU?t=100 But there is Ubuntu, and i am wondering can i get the same packages on redhat 7.4?
Currently they are missing:
[k@localhost ~]$ sudo yum install slapd
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
No package slapd available.
Error: Nothing to do
[k@localhost ~]$ sudo yum install ldap-utils
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
No package ldap-utils available.
Error: Nothing to do
sudo yum search slapd
[sudo] password for k:
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
========================================================== Matched: slapd ==========================================================
openldap-servers.x86_64 : LDAP server
I was able to install yum install openldap-servers.x86_64
only.