XAMPP 安裝 LDAP ldap browser ldap賬戶是什麼 ldapadmi

來源:互聯網
上載者:User
作業系統:Windows 7
XAMPP 版本:1.8.3 免安裝版
因為測試需要 LDAP 環境支援,查了一下 XAMPP 的 phpinfo,發現 LDAP 預設沒有啟用。修改 php.ini配置啟用 ldap 後,發現啟動 apache 時連續報兩次錯誤,錯誤內容為:“PHPWarning:

PHP Startup: inUnknown on line 0”。經檢查發現錯誤原因是有一個動態連結程式庫找不到。
php 對 ldap 的支援需要依賴 3 個動態連結程式庫:libeay32.dll、libsasl.dll 和ssleay32.dll,其中 libeay32.dll 和 ssleay32.dll 都能找到,libsasl.dll找不到(其實是有的)。
解決方案:
1. 複製 phplibsasl.dll 到 apachebin 路徑下;
2. 修改 phpphp.ini 檔案,取消 extension=php_ldap.dll 的注釋;
3. 啟動 apache。
轉自: http://blog.sina.com.cn/s/blog_6abcacf50101dexa.html

以上就介紹了XAMPP 安裝 LDAP,包括了XAMPP,ldap方面的內容,希望對PHP教程有興趣的朋友有所協助。

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    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.