Searched refs:mech (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 51 …\Connection $ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, ?string $re… argument
|
H A D | ldap.c | 1374 char *mech; member 1387 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs() 1393 if (ctx->mech == NULL) { in _php_sasl_setdefs() 1394 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs() 1413 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs() 1483 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()
|
H A D | ldap_arginfo.h | 45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mech, IS_STRING, 1, "null")
|
Completed in 21 milliseconds