we may potentially also sync something else over this in the future, for example PAM users from a specific group, so use a more general name.
Signed-off-by: Thomas Lamprecht <t.lampre...@proxmox.com> --- PVE/API2/Domains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Domains.pm b/PVE/API2/Domains.pm index cdb2cf5..64d4c80 100644 --- a/PVE/API2/Domains.pm +++ b/PVE/API2/Domains.pm @@ -408,7 +408,7 @@ __PACKAGE__->register_method ({ }, "syncing $whatstring failed"); }; - return $rpcenv->fork_worker('ldapsync', $realm, $authuser, $worker); + return $rpcenv->fork_worker('auth-realm-sync', $realm, $authuser, $worker); }}); 1; -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel