LPI
117-300 · Question #126
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…
The correct answer is A. One of the reasons is that the browseable directive was set to no, denying the share listing to D. If the smblient command was executed by an authenticated user, the share would be listed. See the full explanation below for the reasoning.
Question
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?
Options
- AOne of the reasons is that the browseable directive was set to no, denying the share listing to
- BThe real problem is in the valid users directive, which allows access to the share, but denies
- CThe writable option is in the wrong place in the configuration file.
- DIf the smblient command was executed by an authenticated user, the share would be listed.
- EThe configurations above are correct but the administrator forgot to reload the configuration
How the community answered
(42 responses)- A81% (34)
- B12% (5)
- C2% (1)
- E5% (2)
Community Discussion
No community discussion yet for this question.