Skip to content
Snippets Groups Projects
Unverified Commit a4980a3d authored by Joas Schilling's avatar Joas Schilling
Browse files

Last instances of lowercase user_ldap

parent 3ef8c95b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce ...@@ -24,7 +24,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<namespace>User_LDAP</namespace> <namespace>User_LDAP</namespace>
<background-jobs> <background-jobs>
<job>OCA\user_ldap\Jobs\UpdateGroups</job> <job>OCA\User_LDAP\Jobs\UpdateGroups</job>
<job>OCA\User_LDAP\Jobs\CleanUp</job> <job>OCA\User_LDAP\Jobs\CleanUp</job>
</background-jobs> </background-jobs>
</info> </info>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
namespace OCA\User_LDAP\Jobs; namespace OCA\User_LDAP\Jobs;
use \OC\BackgroundJob\TimedJob; use \OC\BackgroundJob\TimedJob;
use \OCA\user_ldap\User_LDAP; use \OCA\User_LDAP\User_LDAP;
use \OCA\User_LDAP\User_Proxy; use \OCA\User_LDAP\User_Proxy;
use \OCA\User_LDAP\Helper; use \OCA\User_LDAP\Helper;
use \OCA\User_LDAP\LDAP; use \OCA\User_LDAP\LDAP;
...@@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping; ...@@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping;
* *
* a Background job to clean up deleted users * a Background job to clean up deleted users
* *
* @package OCA\user_ldap\lib; * @package OCA\User_LDAP\Jobs;
*/ */
class CleanUp extends TimedJob { class CleanUp extends TimedJob {
/** @var int $limit amount of users that should be checked per run */ /** @var int $limit amount of users that should be checked per run */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment