问题
I have been trying to configure ldap on xammp localhost.
I have enabled ldap extension in php.ini file.
I have also tried to change the system variables.
I have been continuously getting this error
LDAP functionality not present. Either load the module ldap php module or use a php with ldap support compiled in.
Any help is welcomed
回答1:
I've found this solution and it works for me:
"I have copied the "libsasl.dll" from the "xampp/php" directory into the "xampp/apache/bin" directory, uncommented the "extension=php_ldap.dll" in "xampp/php/php.ini", and started Apache."
I found it in https://community.apachefriends.org/f/viewtopic.php?f=16&t=48302#p186324
来源:https://stackoverflow.com/questions/18083853/ldap-configuration-on-xammp