Loading...
 
Architecture / Installation

Architecture / Installation


LDAP in Linux

posts: 31 None

Hi people

Anyone knows how to enable LDAP extension in linux. In php.ini I have enabled the php_ldap.dll extension. But I guess dll's are for windows. Where can I get the ldap dll's for linux.
Your any suggestions will help me a lot.

Ganesh

posts: 2881 United Kingdom

Linux has no .dll extensions, it has .so instead

Usually living around the /usr/lib/php/ area, or at least thats the location on my Fedora boxes.

Under linux, it could be a case of recompiling your PHP to get it supported, unless you can find a suitable compatible library to download for your installation, arch and php version.

Damian


posts: 13 Germany

Hi ganesht,

did you get your ldap problem working. If yes, plz post some info how you got it working.

Thanks