* Thus wrote Quanah Gibson-Mount:
> I see that php 5.0.2 has added the "ldap_sasl_bind" function. I compiled
> php-5.0.2 against our OpenLDAP w/ SASL support libraries, and went ahead to
> give it a whirl:
> ...
> However, what I get back is:
>
> <b>Warning</b>: ldap_sasl_bind() [<a
> href='function.ldap-sasl-bind'>function.ldap-sasl-bind</a>]: Unable to bind
> to server: Not Supported in
> <b>/afs/ir.stanford.edu/users/q/u/quanah/cgi-bin/test.cgi</b> on line
> <b>5</b><br />
>
>
> In looking at the php 5.0.2 code I see:
>
> if ((rc = ldap_sasl_interactive_bind_s(ld->link, NULL, NULL, NULL,
> NULL, LDAP_SASL_QUIET, _php_sasl_interact, NULL)) != LDAP_SUCCESS) {
You might want to contact [EMAIL PROTECTED] about this.
Curt
--
Quoth the Raven, "Nevermore."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php