]> git.proxmox.com Git - pve-access-control.git/commit
api: realm sync: move out group and user update to separate methods
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 21 Mar 2020 14:56:51 +0000 (15:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 21 Mar 2020 15:21:57 +0000 (16:21 +0100)
commit415179b03a40a55d33b1056ce63db4bfa5d1ef04
tree1a6c25fb0d9ed701326e5430bdd44ce96e8edd1a
parent6a2138e4d6a8715f6d2065242ae081a03b00ef4b
api: realm sync: move out group and user update to separate methods

keep the api call way smaller and clearer

On moving out some minor adaptions where made, e.g., we do not print
"remove user X" if we know that we'd add it again, but just print a
single "update user X" for that. Same for groups.

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