I have PHP compiled with ldap support and it works as expected. Now I need to do some configuration for SSL / TLS, but I do not have the ldap.conf file.
php -i says it was compiled with --with-ldap = / usr, so I have to make the ldap.conf file in / usr, but I donβt have write permission due to the architectural limitation of the device.
How can I specify the path to ldap.conf for php? Is there a php.ini setting? Maybe a parameter on the command line?
source share