BitNami LAMPStack Native Installer is an easy-to-install environment to develop and deploy PHP applications. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP, and phpMyAdmin.
Extensions providing additional features for Dolphin's right click menu in KDE.
in version 2.1:
./functions/vendor/openldap_functions.php line 390
thereis:
$hResult = @$ldap->query("objectclass=olcbdbConfig", array("olcdatabase", "olcsuffix"));
but in OpenLDAP thereis also hdb backend.
I think :
$hResult = @$ldap->query("(|(objectclass=olcbdbConfig)(objectclass=olchdbConfig))", array("olcdatabase", "olcsuffix"));
should work better.