Fatal error: Call to undefined function: ldap_conn

If you are a Windows Users: 
This is a common error when you use XAMPP since LDAP is not enabled by default.
You can follow this steps to make sure LDAP works in your XAMPP php

  • [Your Drive]:\xampp\php\php.ini In this file uncomment the foll. line: extension=php_ldap.dll
  • Move the file: libsasl.dll, from [Your Drive]:\xampp\php to [Your Drive]:\xampp\apache\bin
  • Restart Apache.
  • You can now use functions of the LDAP Module!

(ubuntu): apache

有人說安裝這個就好,我本身用到反正是不行,查的說ldap會用到lasso,因此還得安裝下php5-lasso的命令。 ubuntu

sudo apt-get install php5-ldap; this

sudo apt-get install php5-lasso; get

相關文章
相關標籤/搜索