From 54d11f9b9fddf61450575030a5c76257ae9b416b Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 18 May 2020 12:14:26 +0200 Subject: [PATCH] debian: add clean-unused-account to crontab (#42995) --- debian/authentic2-multitenant.cron.d | 1 + debian/authentic2.cron.d | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/authentic2-multitenant.cron.d b/debian/authentic2-multitenant.cron.d index b6a6f8a8..1edee85a 100644 --- a/debian/authentic2-multitenant.cron.d +++ b/debian/authentic2-multitenant.cron.d @@ -4,3 +4,4 @@ MAILTO=root 0 * * * * authentic-multitenant authentic2-multitenant-manage tenant_command clearsessions --all-tenants 5 * * * * authentic-multitenant authentic2-multitenant-manage tenant_command cleanupauthentic --all-tenants 10 * * * * authentic-multitenant authentic2-multitenant-manage tenant_command sync-ldap-users --all-tenants +0 5 * * * authentic-multitenant authentic2-multitenant-manage tenant_command clean-unused-accounts --all-tenants diff --git a/debian/authentic2.cron.d b/debian/authentic2.cron.d index 240b908f..10d31484 100644 --- a/debian/authentic2.cron.d +++ b/debian/authentic2.cron.d @@ -4,4 +4,4 @@ MAILTO=root 0 * * * * authentic2 authentic2-manage clearsessions 5 * * * * authentic2 authentic2-manage cleanupauthentic 10 * * * * authentic2 authentic2-manage sync-ldap-users - +0 5 * * * authentic2 authentic2-manage clean-unused-accounts -- 2.20.1