faqts : Computers : Programming : Languages : PHP : Function Libraries : LDAP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 9 people (11%) answered Yes
Recently 1 of 9 people (11%) answered Yes

Entry

Call to undefined function ldap_sasl_bind(), yet other ldap functions work.

Jan 19th, 2005 04:01
Philip Olson, Nick McLarty,


For this function to exist, there are a few requirements:

1) PHP 5 - This function was introduced in PHP 5.0.0

2) SASL  - You must have SASL support (file sasl.h must be found)

3) LDAP  - When you compiled PHP with LDAP support, you included 
           --with-ldap-sasl during the configure phase