The configuration below is contained in the samba main configuration file:
[homes]
comment = Home folder
writable = yes
browseable = no
valid usrs = %S
However, an attempt at listing the share with smbclient didn’t work. Which TWO options below
could be possible reasons for this?
A.
One of the reasons is that the browseable directive was set to no, denying the share listing to
anonymous users.
B.
The real problem is in the valid users directive, which allows access to the share, but denies
access to the Linux file system.
C.
The writable option is in the wrong place in the configuration file.
D.
If the smblient command was executed by an authenticated user, the share would be listed.
E.
The configurations above are correct but the administrator forgot to reload the configuration by
restarting the Samba daemon.