* SPAM: [PATCH proxmox-datacenter-managet 0/1] Fix typo in error message.
@ 2026-03-23 14:24 Andrew Jarvis
2026-03-23 14:24 ` [PATCH proxmox-datacenter-managet 1/1] Fix typo Andrew Jarvis
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Jarvis @ 2026-03-23 14:24 UTC (permalink / raw)
To: pve-devel; +Cc: Andrew Jarvis
While attempting to delete a user added by OpenID, an error is thrown,
There is a transposiion of letters.
Andrew Jarvis (1):
Fix typo
server/src/auth/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.50.1 (Apple Git-155)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH proxmox-datacenter-managet 1/1] Fix typo
2026-03-23 14:24 SPAM: [PATCH proxmox-datacenter-managet 0/1] Fix typo in error message Andrew Jarvis
@ 2026-03-23 14:24 ` Andrew Jarvis
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Jarvis @ 2026-03-23 14:24 UTC (permalink / raw)
To: pve-devel; +Cc: Andrew Jarvis
Signed-off-by: Andrew Jarvis <andrew.jarvis@geant.org>
---
server/src/auth/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/auth/mod.rs b/server/src/auth/mod.rs
index 312ed72..cd2e675 100644
--- a/server/src/auth/mod.rs
+++ b/server/src/auth/mod.rs
@@ -198,7 +198,7 @@ pub(crate) fn lookup_authenticator(
} else if domains.lookup::<OpenIdRealmConfig>("openid", realm).is_ok() {
Ok(Box::new(OpenIdAuthenticator()))
} else {
- bail!("unknwon realm {realm}");
+ bail!("unknown realm {realm}");
}
}
}
--
2.50.1 (Apple Git-155)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-23 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-23 14:24 SPAM: [PATCH proxmox-datacenter-managet 0/1] Fix typo in error message Andrew Jarvis
2026-03-23 14:24 ` [PATCH proxmox-datacenter-managet 1/1] Fix typo Andrew Jarvis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox