Rule ID
SV-46141r1_rule
Version
V1R12
CCIs
Guest access to shares permits anonymous access and is not permitted.
Check the access to shares for Samba. # grep -i 'guest ok' /etc/samba/smb.conf If the setting exists and is set to 'yes', this is a finding.
Edit the "/etc/samba/smb.conf" file and change the "guest ok" setting to "no".