Searched refs:realm (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 23 var_dump(ldap_sasl_bind($link, "Invalid DN", $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user)); 26 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$sasl_passwd", 'DIGEST-MD5', "realm", "invali… 29 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$sasl_passwd", 'DIGEST-MD5', "realm", $sasl_u… 31 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', "realm", "Manager", "test"));
|
H A D | ldap_sasl_bind_basic.phpt | 27 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user));
|
/PHP-8.1/sapi/cli/tests/ |
H A D | php_cli_server_007.phpt | 10 php_cli_server_start('header(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque… 35 WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a…
|
H A D | php_cli_server_021.phpt | 18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f… 37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 51 …ring $dn = null, ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $a… argument
|
H A D | ldap.c | 1375 char *realm; member 1388 ctx->realm = (sasl_realm) ? ber_strdup(sasl_realm) : NULL; in _php_sasl_setdefs() 1396 if (ctx->realm == NULL) { in _php_sasl_setdefs() 1397 ldap_get_option(ld, LDAP_OPT_X_SASL_REALM, &ctx->realm); in _php_sasl_setdefs() 1414 if (ctx->realm) ber_memfree(ctx->realm); in _php_sasl_freedefs() 1434 p = ctx->realm; in _php_sasl_interact()
|
H A D | ldap_arginfo.h | 46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, realm, IS_STRING, 1, "null")
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 19945 >4 pstring/H x \b, realm=%s
|
H A D | magic私はガラスを食べられます | 19945 >4 pstring/H x \b, realm=%s
|
Completed in 153 milliseconds