Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5a00c5be

Von Moritz Bunkus vor 3 Monaten hinzugefügt

  • ID 5a00c5bee6c0048338013f7bf9e6e1aaad06e32b
  • Vorgänger 51d8e086
  • Nachfolger ab32c593

Auth: POD-Dokumentation für automatisches SSO mittels gewisser HTTP-Header

Unterschiede anzeigen:

SL/BackgroundJob/UpdateEmployeeBaseData.pm
package SL::BackgroundJob::UpdateEmployeeBaseData;
# When authentication via HTTP headers is active the regular login
# routine is skipped. That routine would normally copy values from the
# auth database to the employee table. This job can be run regularly
# to copy the same values.
use strict;
use utf8;
......
}
1;
__END__
=pod
=encoding utf8
=head1 NAME
SL::BackgroundJob::UpdateEmployeeBaseData - Background job for copying
user data from the auth database to the "employee" table
=head1 OVERVIEW
When authentication via HTTP headers is active the regular login
routine is skipped. That routine would normally copy values from the
auth database to the employee table. This job can be run regularly to
copy the same values.
The job is enabled & set to run every five minutes by default.
=head1 AUTHOR
Moritz Bunkus E<lt>m.bunkus@linet.deE<gt>
=cut

Auch abrufbar als: Unified diff