STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22499

CAT II (Medium)

Samba must be configured to use an authentication mechanism other than share.

Rule ID

SV-46140r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366

Discussion

Samba share authentication does not provide for individual user identification and must not be used.

Check Content

Check the security mode of the Samba configuration.
# grep -i security /etc/samba/smb.conf 
If the security mode is "share", this is a finding.

Fix Text

Edit the "/etc/samba/smb.conf" file and change the "security" setting to "user" or another valid setting other than "share".