[pdm-devel] [PATCH datacenter-manager 1/2] d/control: depend on proxmox-login 1.0.2

Christian Ebner c.ebner at proxmox.com
Mon Oct 6 13:33:10 CEST 2025


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 at 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





More information about the pdm-devel mailing list