When trying to start drush, I get:

Error: Call to undefined function ldap_connect() in
C:\xampp\htdocs\drupal\sites\all\modules\simple_ldap\SimpleLdap.class.php,
line 479
Drush was not able to start (bootstrap) Drupal.                          [error]

Comments

blc’s picture

Category: bug » support

It looks like you don't have the PHP LDAP extensions installed.

http://us2.php.net/manual/en/ldap.installation.php

mkesper’s picture

Status: Active » Closed (fixed)

I needed to enable php_ldap.dll in the separate drush PHP.INI.
D'oh!