]> git.proxmox.com Git - proxmox-backup.git/commit
auth: add LDAP realm authenticator
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 9 Feb 2023 13:31:17 +0000 (14:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Feb 2023 11:46:19 +0000 (12:46 +0100)
commit19dfcfd80f865e7bafccaf6c4b038afb5512b250
tree00bb165d2da5a444e012d3dbe30f845edae041a1
parent3f22f650a95267952a6b4ec34d50b5826fb87388
auth: add LDAP realm authenticator

This commits also makes user authentication async, so that e.g. a not
responding LDAP server cannot block other logins.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Cargo.toml
src/api2/access/mod.rs
src/api2/access/tfa.rs
src/auth.rs