]> source.dussan.org Git - nextcloud-server.git/commitdiff
enable ldap tests
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 24 Dec 2013 21:21:50 +0000 (22:21 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 24 Dec 2013 21:21:50 +0000 (22:21 +0100)
tests/enable_all.php

index 43ee16a72f8bef36f430980d79e2d3ae337a7c40..4f2fe5cdb60197cc3b0a89bbfd887f9f181268ba 100644 (file)
@@ -10,6 +10,7 @@ require_once __DIR__.'/../lib/base.php';
 
 OC_App::enable('files_sharing');
 OC_App::enable('files_encryption');
+OC_App::enable('user_ldap');
 OC_App::enable('calendar');
 OC_App::enable('contacts');
 OC_App::enable('apptemplateadvanced');