UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The ypserv package must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-88499 VROM-SL-000465 SV-99149r1_rule Medium
Description
Removing the "ypserv" package decreases the risk of the accidental (or intentional) activation of NIS or NIS+ services.
STIG Date
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide 2018-10-11

Details

Check Text ( C-88191r1_chk )
Check if "ypserv" package is installed:

# rpm -q ypserv

If there is a "ypserv" package listed, this is a finding.
Fix Text (F-95241r1_fix)
To remove the "ypserv" package use the following command:

rpm -e ypserv