Use tasks api for external ldap syncer

This commit is contained in:
Johannes Zellner
2019-08-29 17:19:51 +02:00
parent f8db12346d
commit b9efa8f445
5 changed files with 83 additions and 60 deletions

View File

@@ -23,6 +23,7 @@ exports = module.exports = {
TASK_RENEW_CERTS: 'renewcerts',
TASK_PREPARE_DASHBOARD_DOMAIN: 'prepareDashboardDomain',
TASK_CLEAN_BACKUPS: 'cleanBackups',
TASK_SYNC_EXTERNAL_LDAP: 'syncExternalLdap',
// testing
_TASK_IDENTITY: '_identity',