From: Christian Ebner <c.ebner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager 1/2] d/control: depend on proxmox-login 1.0.2
Date: Mon, 6 Oct 2025 13:33:10 +0200 [thread overview]
Message-ID: <20251006113311.568044-2-c.ebner@proxmox.com> (raw)
In-Reply-To: <20251006113311.568044-1-c.ebner@proxmox.com>
proxmox-login version 1.0.2 contains commit b0d98294
("login: use `ticket` if both it and `ticket_info` are provided") of
proxmox repo, fixing ticket parsing issues for some versions of
Proxmox Backup Server 3. This therefore lead to the API token
creation failing with and authentication error when adding the PBS as
remote.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
Cargo.toml | 2 +-
debian/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index f88025e..f820409 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ proxmox-io = "1.0.1" # tools and client use "tokio" feature
proxmox-ldap = { version = "1.1", features = ["sync"] }
proxmox-lang = "1.1"
proxmox-log = "1"
-proxmox-login = "1"
+proxmox-login = "1.0.2"
proxmox-rest-server = "1"
# some use "cli", some use "cli" and "server", pbs-config uses nothing
proxmox-router = { version = "3.0.0", default-features = false }
diff --git a/debian/control b/debian/control
index e51fc5d..7d32741 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Build-Depends: cargo:native,
librust-proxmox-ldap-1.1+default-dev,
librust-proxmox-ldap-1.1+sync-dev,
librust-proxmox-log-1+default-dev,
- librust-proxmox-login-1+default-dev,
+ librust-proxmox-login-1+default-dev (>= 1.0.2-~~),
librust-proxmox-network-api-1+default-dev,
librust-proxmox-network-api-1+impl-dev,
librust-proxmox-product-config-1+default-dev,
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next prev parent reply other threads:[~2025-10-06 11:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-06 11:33 [pdm-devel] [PATCH datacenter-manager 0/2] drop obsolete PBS 3 incompatibility warning Christian Ebner
2025-10-06 11:33 ` Christian Ebner [this message]
2025-10-06 11:33 ` [pdm-devel] [PATCH datacenter-manager 2/2] Revert "ui: add wizard: note that login currently only works for PBS 4" Christian Ebner
2025-10-06 16:46 ` [pdm-devel] applied: [PATCH datacenter-manager 0/2] drop obsolete PBS 3 incompatibility warning Thomas Lamprecht
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=20251006113311.568044-2-c.ebner@proxmox.com \
--to=c.ebner@proxmox.com \
--cc=pdm-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox