Support guidelines
I've found a bug and checked that ...
Description
global:
- "restrict anonymous = 2"
in the config file works as intended and blocks anonymous users from seeing the shares on the server, but because the healthcheck seems to be based on an anonymous login with
"Healthcheck": {
"Test": [
"CMD-SHELL",
"smbclient -L \\\\localhost -U % -m SMB3"
it too fails in this config.
Expected behaviour
Restricting anonymous access should not prevent a healthcheck of the container. Maybe having a "healthcheck account" that is baked into the container could solve this problem.
Actual behaviour
see above
Steps to reproduce
see above
Docker info
Docker Compose config
No response
Logs
Additional info
No response
Support guidelines
I've found a bug and checked that ...
Description
in the config file works as intended and blocks anonymous users from seeing the shares on the server, but because the healthcheck seems to be based on an anonymous login with
it too fails in this config.
Expected behaviour
Restricting anonymous access should not prevent a healthcheck of the container. Maybe having a "healthcheck account" that is baked into the container could solve this problem.
Actual behaviour
see above
Steps to reproduce
see above
Docker info
Docker Compose config
No response
Logs
Additional info
No response