pvesm: also map the password param for new style cifs scan command

not only for the old deprecated alias

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-12-01 19:20:44 +01:00
parent b1ccf4f357
commit 11a942a18a

View File

@ -53,6 +53,7 @@ sub param_mapping {
my $mapping = {
'cifsscan' => [ $password_map ],
'cifs' => [ $password_map ],
'create' => [ $password_map, $enc_key_map ],
'update' => [ $password_map, $enc_key_map ],
};