Skip to content

Commit

Permalink
README.md add troubleshooting for smbclient
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Aug 27, 2019
1 parent 6969e57 commit 1f3bb70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ docker_compose.yml files, IE:
-v /path/to/directory:/mount \
-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

If you have any problems with or questions about this image, please contact me
Expand Down

0 comments on commit 1f3bb70

Please sign in to comment.