Skip to content
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

Fix smb folder mounting issue #4823 #5496

Closed
wants to merge 1 commit into from
Closed

Fix smb folder mounting issue #4823 #5496

wants to merge 1 commit into from

Conversation

francisoud
Copy link

Fix issue #4823

@sethvargo
Copy link
Contributor

Hrm. So:

"sec" is the security mode and determines how passwords are encrypted between server and client ( even if you don't require passwords ).

ntlm used to be the default which is why you never had to specify it discretely. Things have moved on however so the default is now ntlmssp. If you are accessing something which doesn't speak ntlmssp you have to override the new default with the old one.

Most NAS devices use older technology so they often require ntlm. If you access an OSX samba share however it requires ntlmssp so before you had to specify that in the mount options but now you don't.

Thoughts?

@francisoud
Copy link
Author

Never mind i don't plan on using vagrant with smb anytime soon

@francisoud francisoud closed this Jun 18, 2015
@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
@francisoud francisoud deleted the master branch October 11, 2022 06:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants