Langsung ke konten utama

Postingan

Menampilkan postingan dengan label ldap

Fatal error: Call to undefined function: ldap_connect()

If you get this error when you try to connect to LDAP this is some trick to do: 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 [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! If you use Linux: sudo apt-get install php5-ldap This should do the trick.