Johan,

As the PHP documentation points out in "Function Reference: LDAP
functions":

"...You will need to get and compile LDAP client libraries from either
the
University of Michigan ldap-3.3 package or the Netscape Directory SDK
3.0. You will also need to recompile PHP with LDAP support enabled
before
PHP's LDAP calls will work..."

Here is a link to this page:

http://www.php.net/manual/en/ref.ldap.php

So, after compiling the LDAP client libraries you will want to
"configure" with
the --with-ldap option, for example (if you install the libraries to
/usr/local):

    $ ./configure [...all other options...] --with-ldap=/usr/local

-Jeremy Maziarz
Email: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to