cronjobs are installed by the package

They do not require manual intervention. In addition it no longer is just

athentic2-ctl

but

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
30 5 * * * authentic2 authentic2-manage deactivate-orphaned-ldap-users
0 0 * * 0 authentic2 authentic2-manage clean-user-exports

Remove the obsolete instructions.

License MIT
This commit is contained in:
Loïc Dachary 2021-06-18 13:31:03 +02:00
parent 56ebe2fbee
commit aedeacb681
No known key found for this signature in database
GPG Key ID: 130A0B53C3EEB5FA
2 changed files with 0 additions and 13 deletions

View File

@ -66,6 +66,4 @@ Administration
translation
cronjobs
sync-metadata_script

View File

@ -1,11 +0,0 @@
.. _cronjobs:
Cronjobs and cleaning
=====================
The following cronjob must be run to clean deleted accounts and temporary objects::
5 0 * * * athentic2-ctl cleanup
It's made to run every day at 00:05.