Can send files with Process::Client
This commit is contained in:
parent
d4cc9547db
commit
6ca9007fde
2 changed files with 26 additions and 6 deletions
|
@ -285,7 +285,7 @@ sub process_user
|
|||
}
|
||||
|
||||
alert_mail($ldap, $args->{param}{"uid"}, $dn, $action, @ssh_name);
|
||||
Process::Client::launch("sync_ssh_keys", { "action" => "update", "__0" => $args->{param}{"uid"} }, 1);
|
||||
Process::Client::launch("sync_ssh_keys", { "action" => "update", "__0" => $args->{param}{"uid"} }, undef, 1);
|
||||
}
|
||||
|
||||
$ldap->unbind or warn "couldn't disconnect correctly";
|
||||
|
|
Reference in a new issue