]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/proxmox_backup_manager/acl.rs
replace Userid with Authid
[proxmox-backup.git] / src / bin / proxmox_backup_manager / acl.rs
index bc2e8f7a832bb61bf31c275aa27f8656b5262abe..3fbb3bcb84de8604dbeaaf09c2d9c86b6023d8d3 100644 (file)
@@ -60,7 +60,7 @@ pub fn acl_commands() -> CommandLineInterface {
             "update",
             CliCommand::new(&api2::access::acl::API_METHOD_UPDATE_ACL)
                 .arg_param(&["path", "role"])
-                .completion_cb("userid", config::user::complete_user_name)
+                .completion_cb("userid", config::user::complete_userid)
                 .completion_cb("path", config::datastore::complete_acl_path)
 
         );