diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-02 09:20:05 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-02 09:20:05 +0100 |
commit | c9543c9e8ed2ac8dc55f0df38504c7dc4f5138be (patch) | |
tree | 7c2b57887b9a56acc69bad4c6a51be3a80188f52 /apps/user_ldap/appinfo/info.xml | |
parent | b58f2faf21f99119cfa7f7590591fcb4bbd0fb8d (diff) | |
download | nextcloud-server-c9543c9e8ed2ac8dc55f0df38504c7dc4f5138be.tar.gz nextcloud-server-c9543c9e8ed2ac8dc55f0df38504c7dc4f5138be.zip |
encryption requires openssl and user_ldap requires ldap :speak_no_evil:
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index a1a934f0140..88462902421 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -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> |