XAMPP Install LDAP LDAP Browser LDAP account is what LDAPADMI

Source: Internet
Author: User
Tags ldap
Operating system: Windows 7
XAMPP version: 1.8.3 free installation version
Because the test requires LDAP environment support, check the XAMPP phpinfo, found that LDAP is not enabled by default. After modifying the php.ini configuration to enable LDAP, it was discovered that two consecutive errors were reported when Apache was started, with the following error: "Phpwarning:

PHP Startup: Inunknown on line 0 ". The check found that the error was caused by a dynamic link library that could not be found.
PHP support for LDAP relies on 3 dynamic-link libraries: Libeay32.dll, Libsasl.dll, and Ssleay32.dll, where Libeay32.dll and Ssleay32.dll can be found, Libsasl.dll can not find (in fact, there is).
Workaround:
1. Copy the Phplibsasl.dll to the Apachebin path;
2. Modify the Phpphp.ini file and cancel the Extension=php_ldap.dll comment;
3. Launch Apache.
Transferred from: http://blog.sina.com.cn/s/blog_6abcacf50101dexa.html

The above describes the XAMPP installation of LDAP, including the content of the XAMPP,LDAP, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.