mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
encryption requires openssl and user_ldap requires ldap 🙊
This commit is contained in:
parent
b58f2faf21
commit
c9543c9e8e
2 changed files with 6 additions and 0 deletions
|
|
@ -19,4 +19,7 @@
|
|||
<filesystem/>
|
||||
</types>
|
||||
<ocsid>166047</ocsid>
|
||||
<dependencies>
|
||||
<lib>openssl</lib>
|
||||
</dependencies>
|
||||
</info>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue