Home
last modified time | relevance | path

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

/PHP-8.0/ext/ldap/
H A Dldap.stub.php33 function ldap_sasl_bind($ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, … argument
H A Dldap.c1244 char *mech; member
1257 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs()
1263 if (ctx->mech == NULL) { in _php_sasl_setdefs()
1264 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs()
1283 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs()
1354 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()
H A Dldap_arginfo.h45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mech, IS_STRING, 1, "null")

Completed in 48 milliseconds