summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r--apps/user_ldap/appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index a1bb8a47687..b84a33f75a4 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -20,4 +20,9 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<lib>ldap</lib>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
+
+ <background-jobs>
+ <job>OCA\user_ldap\lib\Jobs</job>
+ <job>\OCA\User_LDAP\Jobs\CleanUp</job>
+ </background-jobs>
</info>