... but krb5-server
doesn't seem to be available in yum
.
I am not able to reproduce your observation. In an almost out-of-box installation
cat /etc/redhat-release
Red Hat Enterprise Linux release 8.8 (Ootpa)
the command yum provides krb5-server
just reports
krb5-server-1.18.2-14.el8.x86_64 : The KDC and related programs for Kerberos 5
Repo : rhel-8-for-x86_64-baseos-rpms
Matched from:
Provide : krb5-server = 1.18.2-14.el8
The package seems to be available from within rhel-8-for-x86_64-baseos-rpms
.
... so I guess it got pulled from yum
's catalog.
No, this indicates an issue somewhere else in your setup and configuration, mainly your subscription.
Furthermore, the Security Technical Implementation Guides (STIGs) you are referencing are regarding FIPS 140-2 cryptography and RHEL 8 and the packages are in Support Lifecycle and get Security Updates.
How to proceed further?
You may have a look into threads regarding subscription-manager
first. In example
~$ sudo subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Current
System Purpose Status: Not Specified
~$ sudo subscription-manager list
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
Product Name: Red Hat Enterprise Linux for x86_64
Product ID: 479
Version: 8.8
Arch: x86_64
Status: Subscribed
Status Details:
Starts: 01/01/2021
Ends: 01/01/2024
Do Further Reading
and research on it.