1 package SL::BackgroundJob::UpdateEmployeeBaseData;
6 use parent qw(SL::BackgroundJob::Base);
8 use SL::DB::BackgroundJob;
12 my ($self, $db_obj, $end_date) = @_;
14 SL::DB::Manager::Employee->update_entries_for_authorized_users;
28 SL::BackgroundJob::UpdateEmployeeBaseData - Background job for copying
29 user data from the auth database to the "employee" table
33 When authentication via HTTP headers is active the regular login
34 routine is skipped. That routine would normally copy values from the
35 auth database to the employee table. This job can be run regularly to
38 The job is enabled & set to run every five minutes by default.
42 Moritz Bunkus E<lt>m.bunkus@linet.deE<gt>