Ldap configuration on xammp

*爱你&永不变心* 提交于 2019-12-30 07:10:31

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!