[pbs-devel] [PATCH proxmox-backup] cargo: require proxmox-auth-api 1.0.3
Shannon Sterz
s.sterz at proxmox.com
Wed Aug 6 10:42:46 CEST 2025
the only change is that we log the appropriate error return code on
failed login attempts.
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
would be nice to have that in there, as we seem to have a hard to
reproduce pam issue going on and that might give us some more
information.
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 637bf8f6..ee4952b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ path = "src/lib.rs"
proxmox-apt = { version = "0.99", features = [ "cache" ] }
proxmox-apt-api-types = "2"
proxmox-async = "0.5"
-proxmox-auth-api = "1.0.2"
+proxmox-auth-api = "1.0.3"
proxmox-base64 = "1"
proxmox-borrow = "1"
proxmox-compression = "1"
--
2.47.2
More information about the pbs-devel
mailing list