Reputation: 100
Config LDAP extension in my XAMPP server.
I tried these things:-
Uncomment the LDAP extension in php.ini (;extension=php_ldap.dll)
Added the two DLL files libeay32.dll, ssleay32.dll in system 32 and system folders
But still LDAP extension was shown in my phpinfo() list in xampp server.
how to enable LDAP extension ...???
Upvotes: 0
Views: 2075
Reputation: 367
You could also copy libsasl.dll to System folders. References: http://wptidbits.com/webs/enable-php-ldap-module-in-xampp/
Upvotes: 1