]> git.proxmox.com Git - pve-access-control.git/commit
realm: add default-sync-options to config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 21 Mar 2020 15:01:56 +0000 (16:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 21 Mar 2020 15:21:57 +0000 (16:21 +0100)
commitd29d2d4a115b27e743048cef7e17afa125b39c51
tree0f590f8879358c7f07d5545fc03d7a468d1659d5
parent415179b03a40a55d33b1056ce63db4bfa5d1ef04
realm: add default-sync-options to config

This allows us to have a convenient way to set the desired default
sync options, and thus not forcing users to pass always all options
when they want to trigger a sync.

We still die when an option is neither specified in the domains
(realm) config nor as API/CLI parameter.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Domains.pm
PVE/Auth/LDAP.pm
PVE/Auth/Plugin.pm