PHP Velho Oeste 2024

Требования

Необходимо получить и скомпилировать клиентские библиотеки LDAP из » OpenLDAP или » Bind9.net для того, чтобы скомпилировать РНР с поддержкой LDAP. Начиная с PHP 5.6 вы должны использовать OpenLDAP 2.4 или более свежий.

add a note add a note

User Contributed Notes 1 note

up
-43
pikmaster at wp dot pl
11 years ago
openldap and openssl directories will be used, eg. when using ldap_bind() function. Most typical problem would be when trying to use LDAP over SSL and the certificates are missing - you will have to install certificates in /etc/openldap/cacerts or /etc/pki/tls/certs directories.
To Top