Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Install LDAP after PHP is already installed

Status
Not open for further replies.

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
 
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.
 
Hi Greg!

Thanx! Works well with the IIS we have!

Regards
Eva
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top