README.md add troubleshooting for smbclient
This commit is contained in:
parent
6969e57f21
commit
1f3bb70022
@ -142,6 +142,12 @@ docker_compose.yml files, IE:
|
|||||||
-v /path/to/directory:/mount \
|
-v /path/to/directory:/mount \
|
||||||
-d dperson/samba -p
|
-d dperson/samba -p
|
||||||
|
|
||||||
|
* Attempting to connect with the `smbclient` commandline tool. By default samba
|
||||||
|
still tries to use SMB1, which is depriciated and has security issues. This
|
||||||
|
container defaults to SMB2, which for no decernable reason even though it's
|
||||||
|
supported is disabled by default so run the command as `smbclient -m SMB3`, then
|
||||||
|
any other options you would specify.
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
If you have any problems with or questions about this image, please contact me
|
If you have any problems with or questions about this image, please contact me
|
||||||
|
Loading…
Reference in New Issue
Block a user