diff --git a/lam/HISTORY b/lam/HISTORY index bf27d7b0..6848675f 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -2,6 +2,7 @@ September 2016 - Windows: allow to show effective members of a group - LAM Pro: -> Group of names/members + roles: allow to show effective members of a group + -> Cron jobs: Move or delete expired accounts (Shadow) 21.06.2016 5.4 diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 49270185..7777db2c 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2230,6 +2230,56 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; "2016-12-31". +
+ Shadow: Delete or move expired accounts + + You can automatically delete or move expired accounts. The job + checks Shadow account expiration dates (not password expiration + dates). + + + + + + + + + + + Options + + + + + Option + + Description + + + + Delay + + Number of days to wait after the account is + expired. + + + + Action + + Delete or move accounts + + + + Target DN + + Move only: specifies the DN where accounts are + moved + + + +
+
+
Windows: Notify users about password expiration diff --git a/lam/docs/manual-sources/images/jobs_shadow2.png b/lam/docs/manual-sources/images/jobs_shadow2.png new file mode 100644 index 00000000..0ce33f11 Binary files /dev/null and b/lam/docs/manual-sources/images/jobs_shadow2.png differ