Move User_LDAP to PSR-4

This commit is contained in:
Joas Schilling 2016-05-12 09:12:14 +02:00
parent d22aeb749d
commit 9d61acb27d
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
5 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<namespace>User_LDAP</namespace>
<background-jobs>
<job>OCA\user_ldap\lib\Jobs</job>
<job>\OCA\User_LDAP\Jobs\CleanUp</job>