Nov 9, 2005 #1 kaeserea Programmer Feb 26, 2003 164 DE Hello! How do I provide LDAP functions within PHP when PHP is already installed on my server? Is it possible to do this without recompiling? And where do I get the sources for it? Thanx Eva
Hello! How do I provide LDAP functions within PHP when PHP is already installed on my server? Is it possible to do this without recompiling? And where do I get the sources for it? Thanx Eva
Dec 2, 2005 #2 grtammi Programmer Dec 22, 2001 477 CA What webserver are you running? For IIS, edit php.ini and uncomment: Code: ;extension=php_ldap.dll With Apache, you need to re-compile PHP for LDAP using --with-ldap ( I think ) ... Greg "for me, the action is the juice. Upvote 0 Downvote
What webserver are you running? For IIS, edit php.ini and uncomment: Code: ;extension=php_ldap.dll With Apache, you need to re-compile PHP for LDAP using --with-ldap ( I think ) ... Greg "for me, the action is the juice.
Dec 5, 2005 Thread starter #3 kaeserea Programmer Feb 26, 2003 164 DE Hi Greg! Thanx! Works well with the IIS we have! Regards Eva Upvote 0 Downvote