]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/proxmox_restore_daemon/auth.rs
move user configuration to pbs_config workspace
[proxmox-backup.git] / src / bin / proxmox_restore_daemon / auth.rs
index 32a8fd9845e1bc628f6fd0def6efe81a9f71193f..30309bb88d2ecae2d359793d86ee13eadc3fba4c 100644 (file)
@@ -6,7 +6,7 @@ use anyhow::{bail, format_err, Error};
 
 use pbs_api_types::Authid;
 
-use proxmox_backup::config::cached_user_info::CachedUserInfo;
+use pbs_config::CachedUserInfo;
 use proxmox_backup::server::auth::{ApiAuth, AuthError};
 
 const TICKET_FILE: &str = "/ticket";