Searched refs:_php_sasl_interact (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 456 /* {{{ _php_sasl_interact 458 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) function 517 rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_sasl_interact, ctx);
|
Completed in 5 milliseconds