mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-04 10:00:06 +00:00
server: add LDAP realm sync job
This commit adds sync jobs for LDAP user sync. As of now, they can only be started manually. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
b6b18f65bc
commit
8b3d568beb
@ -172,7 +172,7 @@ impl ApiToken {
|
||||
},
|
||||
}
|
||||
)]
|
||||
#[derive(Serialize, Deserialize, Updater)]
|
||||
#[derive(Serialize, Deserialize, Updater, PartialEq, Eq)]
|
||||
/// User properties.
|
||||
pub struct User {
|
||||
#[updater(skip)]
|
||||
|
Loading…
Reference in New Issue
Block a user