From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH v2 manager 0/2] add user tfa {list, delete} commands
Date: Tue, 20 Jun 2023 15:39:06 +0200 [thread overview]
Message-ID: <20230620133908.250387-1-m.sandoval@proxmox.com> (raw)
Changes in v2:
- Rebase on top of master
- Removed the tfa add command, I might submit it in a separate patch if there
is interest
- list commands under user instead of tfa, matching pveum
- Rename variable defined in config/tfa.rs from json to data
- Improve doc string for list_user_tfa
- Move the schema fixup into a separate commit
Maximiliano Sandoval (2):
api: Fix schema return annotation of tfa_update_auth
fix #4734: manager: add user tfa {list,delete} commands
src/api2/access/tfa.rs | 9 ++++-
src/bin/proxmox_backup_manager/user.rs | 53 ++++++++++++++++++++++++++
src/config/tfa.rs | 48 +++++++++++++++++++++++
3 files changed, 108 insertions(+), 2 deletions(-)
--
2.39.2
next reply other threads:[~2023-06-20 13:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-20 13:39 Maximiliano Sandoval [this message]
2023-06-20 13:39 ` [pbs-devel] [PATCH v2 manager 1/2] api: Fix schema return annotation of tfa_update_auth Maximiliano Sandoval
2023-06-23 6:02 ` [pbs-devel] applied: " Wolfgang Bumiller
2023-06-20 13:39 ` [pbs-devel] [PATCH v2 manager 2/2] fix #4734: manager: add user tfa {list, delete} commands Maximiliano Sandoval
2023-06-23 6:04 ` Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230620133908.250387-1-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.