]> source.dussan.org Git - nextcloud-server.git/commitdiff
encryption requires openssl and user_ldap requires ldap :speak_no_evil:
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 2 Feb 2015 08:20:05 +0000 (09:20 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 2 Feb 2015 08:20:05 +0000 (09:20 +0100)
apps/files_encryption/appinfo/info.xml
apps/user_ldap/appinfo/info.xml

index 6fcef693bede812dfb00ca77f6361a6d7bb7efae..7f7e09d62719780a65dc767721cad0f2678edd21 100644 (file)
@@ -19,4 +19,7 @@
                <filesystem/>
        </types>
        <ocsid>166047</ocsid>
+       <dependencies>
+               <lib>openssl</lib>
+       </dependencies>
 </info>
index a1a934f0140f6dc7c35fff735d0d60ae324927d3..8846290242117060339989662ff5b1c73e162061 100644 (file)
@@ -18,4 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
                <admin>admin-ldap</admin>
        </documentation>
        <ocsid>166061</ocsid>
+       <dependencies>
+               <lib>ldap</lib>
+       </dependencies>
 </info>