You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.