Currently, I provide some traditional SMB shares from my old server solution that can be accessed from the local network without username and password. Use cases are:
- a public file exchange (rw)
- serve a music library (ro)
As far as I understand the documentation, one have to choose for some kind of user authentication. It would be nice to have an option, e.g. spec.mode=public in the SmbSecurityConfig to make that possible.