]> git.proxmox.com Git - proxmox-backup.git/commit
auth: add dummy OpenIdAuthenticator struct
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 9 Feb 2023 13:31:23 +0000 (14:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Feb 2023 11:46:19 +0000 (12:46 +0100)
commit7c4189522dbf0c9531be0e3ef14faa60658425e2
tree768df5818992b10c6b7f81b386d0d9a338746c65
parent2d492a9ca91c7bdfafb61203298da63715bb5156
auth: add dummy OpenIdAuthenticator struct

When manually adding a user, `lookup_authenticator` is called
to verify whether a realm actually exists. Thus is is necessary
to have dummy implementation for the `ProxmoxAuthenticator` trait
for OpenID realms.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/auth.rs