Mention Kolab/Net_LDAP3 as a dependency

pull/6796/head
Aleksander Machniak 5 years ago
parent 2351fc13a6
commit 24913e51d3

@ -26,6 +26,7 @@ REQUIREMENTS
- Net_Sieve 1.4.3 or newer (for managesieve plugin) - Net_Sieve 1.4.3 or newer (for managesieve plugin)
- Crypt_GPG 1.6.3 or newer (for enigma plugin) - Crypt_GPG 1.6.3 or newer (for enigma plugin)
- Endroid/QrCode 1.6.0 or newer (https://github.com/endroid/QrCode) - Endroid/QrCode 1.6.0 or newer (https://github.com/endroid/QrCode)
- Kolab/Net_LDAP3 1.0.6 or newer (for LDAP addressbook)
* php.ini options: * php.ini options:
- error_reporting E_ALL & ~E_NOTICE & ~E_STRICT - error_reporting E_ALL & ~E_NOTICE & ~E_STRICT
- memory_limit > 16MB - memory_limit > 16MB

@ -29,13 +29,14 @@ INSTALLATION
------------ ------------
Copy all files of this directory to your project or install it in the default Copy all files of this directory to your project or install it in the default
include_path directory of your webserver. Some classes of the framework require include_path directory of your webserver. Some classes of the framework require
one or multiple of the following [PEAR][pear] libraries: following [PEAR][pear] libraries:
- Mail_Mime 1.8.1 or newer - Mail_Mime 1.8.1 or newer
- Net_SMTP 1.8.1 or newer - Net_SMTP 1.8.1 or newer
- Net_Socket 1.0.12 or newer - Net_Socket 1.0.12 or newer
- Net_IDNA2 0.1.1 or newer - Net_IDNA2 0.1.1 or newer
- Auth_SASL 1.0.6 or newer - Auth_SASL 1.0.6 or newer
- Kolab/Net_LDAP3 1.0.6 or newer (for LDAP addressbook)
USAGE USAGE

Loading…
Cancel
Save