config: add tfa configuration

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-11-16 14:36:14 +01:00
parent 96918252e5
commit dc1fdd6267
2 changed files with 644 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub mod datastore;
pub mod network;
pub mod remote;
pub mod sync;
pub mod tfa;
pub mod token_shadow;
pub mod user;
pub mod verify;