Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22501 | GEN006235 | SV-26832r1_rule | ECSC-1 | Medium |
Description |
---|
Guest access to shares permits anonymous access and is not permitted. |
STIG | Date |
---|---|
UNIX SRG | 2013-03-26 |
Check Text ( C-27815r1_chk ) |
---|
Check the encryption setting for the Samba configuration. # grep -i 'guest ok' /etc/smb.conf If the setting exists and is set to yes, this is a finding. |
Fix Text (F-24075r1_fix) |
---|
Edit the /etc/smb.conf file and change the guest ok setting to no. |