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:
@ -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 ],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user