Skip to content

Commit

Permalink
Use the extended password parameter, more compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Jun 8, 2015
1 parent 72fe7d0 commit ca89238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/guests/linux/cap/mount_smb_shared_folder.rb
Expand Up @@ -33,7 +33,7 @@ def self.mount_smb_shared_folder(machine, name, guestpath, options)
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
Expand Down

0 comments on commit ca89238

Please sign in to comment.