diff options
author | yar <yar@FreeBSD.org> | 2007-06-17 14:02:31 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2007-06-17 14:02:31 +0000 |
commit | 1d6d43b237a70e1a2d6fd7ae6cdaf2192235cbf1 (patch) | |
tree | 59d92039966c343cc363c98be29f9763ced3e9f2 /libexec | |
parent | ad15405e79ac2a2541a9654411d21e425ea9f66b (diff) | |
download | FreeBSD-src-1d6d43b237a70e1a2d6fd7ae6cdaf2192235cbf1.zip FreeBSD-src-1d6d43b237a70e1a2d6fd7ae6cdaf2192235cbf1.tar.gz |
Note PAM support in atrun(8).
Sort FILES section while there.
Touch document date.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/atrun/atrun.man | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index a8ce57c..ec373b3 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd April 12, 1995 +.Dd June 17, 2007 .Dt ATRUN 8 .Os .Sh NAME @@ -34,6 +34,13 @@ time has elapsed. In addition, if the load average over the last minute was less than the specified limit then a maximum of one batch job (denoted by the uppercase queues) is started. +.Pp +Before starting a job, +.Nm +will check the status of its owner's account with +.Xr pam 3 +and refuse to run the job if the account is unavailable, +e.g., locked out or expired. .Sh OPTIONS .Bl -tag -width indent .It Fl l Ar load_avg @@ -50,17 +57,23 @@ to work, you have to start up a .Xr cron 8 daemon. .Sh FILES -.Bl -tag -width /var/at/spool -compact -.It Pa /var/at/spool -Directory containing output spool files +.Bl -tag -width /etc/pam.d/atrun -compact +.It Pa /etc/pam.d/atrun +.Xr pam.conf 5 +configuration file for +.Nm .It Pa /var/at/jobs Directory containing job files +.It Pa /var/at/spool +Directory containing output spool files .El .Sh SEE ALSO .Xr at 1 , .Xr crontab 1 , +.Xr pam 3 , .Xr syslog 3 , .Xr crontab 5 , +.Xr pam.conf 5 , .Xr cron 8 .Sh BUGS The functionality of |