From 8b3d568bebbff81fc3eba15305c6dd4e1f0d7e7d Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 9 Feb 2023 14:31:19 +0100 Subject: [PATCH] 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 --- pbs-api-types/src/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-api-types/src/user.rs b/pbs-api-types/src/user.rs index a7481190..21bf0e61 100644 --- a/pbs-api-types/src/user.rs +++ b/pbs-api-types/src/user.rs @@ -172,7 +172,7 @@ impl ApiToken { }, } )] -#[derive(Serialize, Deserialize, Updater)] +#[derive(Serialize, Deserialize, Updater, PartialEq, Eq)] /// User properties. pub struct User { #[updater(skip)]