Home
last modified time | relevance | path

Searched refs:mech (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/ldap/
H A Dldap.c444 char *mech; member
458 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs()
464 if (ctx->mech == NULL) { in _php_sasl_setdefs()
465 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs()
485 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs()
555 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()

Completed in 9 milliseconds