diff --git a/plugins/guests/linux/cap/mount_smb_shared_folder.rb b/plugins/guests/linux/cap/mount_smb_shared_folder.rb index ca14cf14867..d380d2ca37a 100644 --- a/plugins/guests/linux/cap/mount_smb_shared_folder.rb +++ b/plugins/guests/linux/cap/mount_smb_shared_folder.rb @@ -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