Use the extended password parameter, more compatible

This commit is contained in:
Francesco 2015-06-08 04:13:23 +01:00
parent 72fe7d045d
commit ca8923835a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module VagrantPlugins
options[:mount_options] ||= []
options[:mount_options] << "sec=ntlm"
options[:mount_options] << "username=#{username}"
options[:mount_options] << "pass=#{smb_password}"
options[:mount_options] << "password=#{smb_password}"
options[:mount_options] << "domain=#{domain}" if domain
# First mount command uses getent to get the group