From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 1E4811FF163 for ; Mon, 6 Oct 2025 13:33:24 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 98C68255B; Mon, 6 Oct 2025 13:33:25 +0200 (CEST) From: Christian Ebner To: pdm-devel@lists.proxmox.com Date: Mon, 6 Oct 2025 13:33:10 +0200 Message-ID: <20251006113311.568044-2-c.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251006113311.568044-1-c.ebner@proxmox.com> References: <20251006113311.568044-1-c.ebner@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1759750374599 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.041 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH datacenter-manager 1/2] d/control: depend on proxmox-login 1.0.2 X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" 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 --- 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