Archived
1
0
Fork 0

Can send files with Process::Client

This commit is contained in:
Mercier Pierre-Olivier 2013-09-12 12:53:59 +02:00
parent d4cc9547db
commit 6ca9007fde
2 changed files with 26 additions and 6 deletions

View file

@ -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";