Hi All,
I tried to set up a testlink 1.9.19 (Metonic cycle) application for domain authorization (bitnami OVF stack on vmware).
I've created proper configuration in custom_config.inc.php file.
When I tried to login AD user i found erros in /userlog0.log file:
ldap_bind(): Unable to bind to server: Can't contact LDAP server - in /opt/bitnami/apps/testlink/htdocs/lib/functions/ldap_api.php
I've found that ldap php module should be installed and enabled in php.ini file.
I've tried to enable module but there is no file ldap.so in /home/bitnami/stack/php/lib/php/extensions
but thereis error message
PHP Warning: PHP Startup: Unable to load dynamic library 'ldap.so' (tried: /opt/bitnami/php/lib/php/extensions/ldap.so (/opt/bitnami/php/lib/php/extensions/ldap.so: cannot open shared object file: No such file or directory)
How to install and use ldap.so module in bitnami virtual machine ?