Add pam(3) support for cron(8). cron uses pam to check if the user's account
authorMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 7 Jan 2008 14:11:23 +0000 (14:11 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 7 Jan 2008 14:11:23 +0000 (14:11 +0000)
commit2ed197d3268ebaee1efb3bd67f17cf300b6e562b
treeebd8f75a3237bca2b4855adeef6725ee2551f7c1
parent39754106fae12190edbda78160871fb8b694c4d8
Add pam(3) support for cron(8).  cron uses pam to check if the user's account
is expired, locked or whatever.  If this is true cron skips the entries of
the users crontab.  Skip this for system tasks.

Obtained-from:  FreeBSD
usr.sbin/cron/cron/Makefile
usr.sbin/cron/cron/cron.8
usr.sbin/cron/cron/cron.h
usr.sbin/cron/cron/database.c
usr.sbin/cron/cron/do_command.c