diff --git a/lam/HISTORY b/lam/HISTORY index ae27179a..16a29fec 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -3,6 +3,8 @@ December 2017 - PHP 5.6 and Internet Explorer 11 or later required - Account status also shows expired accounts - 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 diff --git a/lam/docs/manual-sources/chapter-configuration.xml b/lam/docs/manual-sources/chapter-configuration.xml index 5a20dd61..d92fbfa9 100644 --- a/lam/docs/manual-sources/chapter-configuration.xml +++ b/lam/docs/manual-sources/chapter-configuration.xml @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -84,15 +84,16 @@ Session encryption will encrypt sensitive data like passwords in your session files. This is only available when - PHP OpenSSL is active. This - adds extra security but also costs performance. If you manage a large - directory you might want to disable this and take other actions to - secure your LAM server. + PHP OpenSSL is + active. This adds extra security but also costs performance. If you + manage a large directory you might want to disable this and take other + actions to secure your LAM server. - + @@ -126,7 +127,7 @@ - + @@ -143,7 +144,7 @@ - + @@ -168,7 +169,7 @@ - + @@ -190,7 +191,7 @@ - + @@ -205,7 +206,7 @@ - + @@ -230,7 +231,7 @@ - + @@ -275,7 +276,7 @@ - + @@ -294,7 +295,7 @@ - + @@ -336,7 +337,7 @@ - + @@ -391,7 +392,7 @@ - + @@ -426,7 +427,7 @@ - + @@ -438,7 +439,7 @@ - + @@ -453,7 +454,7 @@ - + @@ -473,7 +474,7 @@ - + @@ -512,7 +513,7 @@ - + @@ -542,7 +543,7 @@ - + @@ -554,7 +555,7 @@ - + @@ -567,7 +568,7 @@ - + @@ -583,7 +584,7 @@ - + @@ -656,7 +657,7 @@ - + @@ -675,7 +676,7 @@ - + @@ -702,7 +703,7 @@ - + @@ -738,7 +739,7 @@ - + @@ -769,7 +770,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -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 user as your webserver is running. You are free to change the starting time of the script or run it more often. + + 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.: + + /usr/share/ldap-account-manager/lib/cron.sh lam 123456789 --dryRun + +
@@ -803,7 +812,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -839,7 +848,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -938,7 +947,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1040,7 +1049,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1126,7 +1135,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1182,7 +1191,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1266,7 +1275,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1314,7 +1323,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1363,7 +1372,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1413,7 +1422,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1439,7 +1448,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1458,7 +1467,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - + @@ -1491,7 +1500,7 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; - +