Page 1 of 1

ldapS for php on XAMPP

PostPosted: 18. October 2019 09:52
by noobadmin
As we know, ldap extension comes bundled with XAMPP php package. We have to activate the extension from php.ini file.
But the problem comes when we want to enable LDAPS i.e LDAP over SSL. There is no any file in XAMPP package called ldap.config

I also tried creating file at C:/OpenLDAP/sysconf/ldap.conf But no use.

Is there any easy way to achieve ldap over SSL in XAMPP php? Am I missing something here?