]> git.proxmox.com Git - proxmox-backup.git/commit
realm sync: generic-ify `LdapSyncSettings` and `GeneralSyncSettings`
authorChristoph Heiss <c.heiss@proxmox.com>
Fri, 12 Jan 2024 16:16:01 +0000 (17:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Mar 2024 16:17:12 +0000 (17:17 +0100)
commit132e9722dd1fff53f9240174a247e0a99661deea
tree44851b491bc777fb96d0f97e9642927c4835b980
parentab09f409be7700e56c4b3d0fae70e03ee10b734a
realm sync: generic-ify `LdapSyncSettings` and `GeneralSyncSettings`

Since both only needs a handful of attributes anyway, pass them
explicitly instead of as an LDAP-specific config object, such that these
types can be reused for other realms like the new Active Directory one.

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/server/realm_sync_job.rs