Searched refs:mech (Results 1 – 1 of 1) sorted by relevance
1256 char *mech; member1270 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs()1276 if (ctx->mech == NULL) { in _php_sasl_setdefs()1277 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs()1297 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs()1369 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()
Completed in 13 milliseconds