diff options
author | yar <yar@FreeBSD.org> | 2007-06-18 12:03:02 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2007-06-18 12:03:02 +0000 |
commit | 153b9cc3baae475fc8635dc4c77414b41dad2df9 (patch) | |
tree | 8fd9698f44a384b8c8ce82d03b97ec8a6e414f1f | |
parent | 0414524f6c1fd8f30bcce5d8652612eae18b5472 (diff) | |
download | FreeBSD-src-153b9cc3baae475fc8635dc4c77414b41dad2df9.zip FreeBSD-src-153b9cc3baae475fc8635dc4c77414b41dad2df9.tar.gz |
Note PAM support in atrun(8) and cron(8).
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 1f0a009..576fcbc 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1431,6 +1431,13 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting> option together with the <option>-d</option> and <option>-a</option> options to allow all entries for a given interface to be removed. &merged;</para> + <para>The &man.atrun.8; utility has gained PAM support. Before + running a job for a user account, it will check the account + status with PAM and refuse to run the job if the account is + unavailable. The default definition of an unavailable account + includes those expired and administratively locked out with + &man.pw.8;.</para> + <para>The OpenBSM userland tools, including &man.audit.8;, &man.auditd.8;, &man.auditreduce.1;, and @@ -1463,6 +1470,18 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting> option, which causes it to create hardlinks to the source files instead of copying them. &merged;</para> + <para>The &man.cron.8; daemon has gained PAM support. Before + running a command from account's private &man.crontab.5; file, + it will check the account status with PAM and skip the command + if the account is unavailable. The default definition of an + unavailable account includes those expired and administratively + locked out with &man.pw.8;. In addition, &man.cron.8; will + skip commands from private &man.crontab.5; files if a + &man.nologin.5; file exists, unless the &man.crontab.5; owner's + login class is exempt from &man.nologin.5; restriction. + Commands from the system file <filename>/etc/crontab</filename> + are not subject to the PAM check.</para> + <para>The &man.csh.1; utility now supports NLS catalogs. Note that this requires installing the <filename role="package">shells/tcsh_nls</filename> port. |