-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encryption should be offered by default. #325
Comments
I don't think anything needs to be done here. The default setting is
(From https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html). Enabled and auto are synonymous, AFAICT. |
By default, I discovered that there was no encryption at all being used. Maybe add some note about encryption then? Maybe give the (I went 'I need a network share on a Windows machine in 1-2 hours. WebDav (already up and high availability online), almost, almost! Nope. Ok, samba. Ok, initial setup done, what do we have here. smbstatus, encryption none. ..over the normal internet. ..? What? I'd assume if a thing doesn't want to go through Traefik, it will offer it's own encryption. Now how will we encrypt this (20 minutes(!) later, trying to get it with the docker thing, discovering it appends, not replaces and how to get the setting in to the config (quoting caused some problems as well))) |
How to configure Docker for file encryption? |
Add the env variables in the original comment. |
GLOBAL1=smb encrypt = auto
makes the server offer encryptionGLOBAL1=smb encrypt = mandatory
makes the server enforce the encryption.The text was updated successfully, but these errors were encountered: