Use the extended password parameter, more compatible
This commit is contained in:
parent
72fe7d045d
commit
ca8923835a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue