By anelin on
Hi,
I just downloaded ldap_integration module for Drupal 4.7, but it shows me this fatal error:
Fatal error: Call to undefined function ldap_connect() in D:\Program Files\wamp\www\drupal\modules\ldap_integration\ldap_integration\LDAPInterface.php on line 134.
I dont have any idea about this issue. Can anyone help me with this ASAP? It would be really useful to me..
Thanks,
Anelin
Comments
enable php_ldap in ldap.ini
Be sure you have the line:
extension=php_ldap.dll
in your php.ini un-commented.