If you’re hosting SugarCRM on a Linux based server, the below solution might solve your problem, as it did for us:
$ sudo apt-get install php5-ldap
Then restart apache:
$ sudo service apache2 restart
That’s it. For RedHat based systems, I’m not sure if the package is called php5 or php, but try the below:
# yum install php-ldap
Bingo – thanks for the pointer on this one.
Perfect. Thanks a million!