STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

SLEM 5 must enforce passwords that contain at least one numeric character.

DISA Rule

SV-261379r996570_rule

Vulnerability Number

V-261379

Group Title

SRG-OS-000071-GPOS-00039

Rule Version

SLEM-05-611020

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure SLEM 5 to enforce password complexity by requiring at least one numeric character.

Edit "/etc/pam.d/common-password" and edit the line containing "pam_cracklib.so" to contain the option "dcredit=-1" after the third column.

Check Contents

Verify SLEM 5 enforces password complexity by requiring at least one numeric character with the following command:

> grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so dcredit=-1

If the value for "dcredit" is not "-1", if "dcredit" is missing from the line, the second column value different from "requisite", the line is commented out, or the line is missing, this is a finding.

Vulnerability Number

V-261379

Documentable

False

Rule Version

SLEM-05-611020

Severity Override Guidance

Verify SLEM 5 enforces password complexity by requiring at least one numeric character with the following command:

> grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so dcredit=-1

If the value for "dcredit" is not "-1", if "dcredit" is missing from the line, the second column value different from "requisite", the line is commented out, or the line is missing, this is a finding.

Check Content Reference

M

Target Key

5596