![]() |
![]() |
![]() |
For assistance, email Ralfe at ralfe poisson at gmail dot com.
I am getting an error "Call to undefined function ldap_connect()", what is wrong?
This error is produced by the PHP pre-processor. It indicates that the LDAP module for PHP
has not been installed. To fix this, you will need to install the php-ldap module. In Windows,
this can often be done by simply uncommenting the line "extension=php_ldap" and restarting the webserver.
On Unix servers, you might need to install the php-ldap module through your package management system.
Remember that the webserver (Apache, IIS, ec..) needs to be restarted after the PHP module is setup.