Search code examples
phpapachedrupalldapdrupal-7

Drupal 7 LDAP integration


When installing Drupal 7 module http://drupal.org/project/ldap, I get the error.

No LDAP Extension is loaded for PHP, so LDAP will not work properly. (Currently using LDAP Extension Loaded Failed)

Does this mean I have to install the ldap extension for PHP? If so, how do I do this on Ubuntu?


Solution

  • I think you do need to install the extension

    sudo apt-get install php5-ldap
    

    in terminal ought to do it. I imagine an Apache restart will be necessary