Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c1256 char *mech; member
1270 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 12 milliseconds