job dry-run
This commit is contained in:
parent
faac345f53
commit
a7f1166ede
|
@ -3,6 +3,8 @@ December 2017
|
||||||
- PHP 5.6 and Internet Explorer 11 or later required
|
- PHP 5.6 and Internet Explorer 11 or later required
|
||||||
- Account status also shows expired accounts
|
- Account status also shows expired accounts
|
||||||
- Quota: support k/m/g/t/K/M/G/T to specify values in e.g. kB
|
- Quota: support k/m/g/t/K/M/G/T to specify values in e.g. kB
|
||||||
|
- LAM Pro:
|
||||||
|
-> Cron jobs include better logging and support dry-run
|
||||||
|
|
||||||
|
|
||||||
19.09.2017 6.1
|
19.09.2017 6.1
|
||||||
|
|
|
@ -84,10 +84,11 @@
|
||||||
|
|
||||||
<para id="sessionEncryption">Session encryption will encrypt sensitive
|
<para id="sessionEncryption">Session encryption will encrypt sensitive
|
||||||
data like passwords in your session files. This is only available when
|
data like passwords in your session files. This is only available when
|
||||||
PHP <ulink url="http://php.net/manual/en/book.openssl.php">OpenSSL</ulink> is active. This
|
PHP <ulink
|
||||||
adds extra security but also costs performance. If you manage a large
|
url="http://php.net/manual/en/book.openssl.php">OpenSSL</ulink> is
|
||||||
directory you might want to disable this and take other actions to
|
active. This adds extra security but also costs performance. If you
|
||||||
secure your LAM server.</para>
|
manage a large directory you might want to disable this and take other
|
||||||
|
actions to secure your LAM server.</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
|
@ -786,6 +787,14 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost';
|
||||||
configured jobs on a daily basis. The command must be run as the same
|
configured jobs on a daily basis. The command must be run as the same
|
||||||
user as your webserver is running. You are free to change the starting
|
user as your webserver is running. You are free to change the starting
|
||||||
time of the script or run it more often.</para>
|
time of the script or run it more often.</para>
|
||||||
|
|
||||||
|
<para>Dry-run: You can perform a dry-run of the job. This will not
|
||||||
|
perform any actions but only print what would be done. For this please
|
||||||
|
put "--dryRun" at the end of the command. E.g.:</para>
|
||||||
|
|
||||||
|
<literallayout> /usr/share/ldap-account-manager/lib/cron.sh lam 123456789 --dryRun</literallayout>
|
||||||
|
|
||||||
|
<para/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in New Issue