Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt25 var_dump(ldap_sasl_bind($link, "Invalid DN", $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user));
28 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$sasl_passwd", 'DIGEST-MD5', "realm", "invali…
31 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$sasl_passwd", 'DIGEST-MD5', "realm", $sasl_u…
33 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', "realm", "Manager", "test"));
H A Dldap_sasl_bind_basic.phpt26 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user));
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_007.phpt10 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 Dphp_cli_server_021.phpt18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f…
37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
/PHP-7.4/ext/ldap/
H A Dldap.c1257 char *realm; member
1271 ctx->realm = (sasl_realm) ? ber_strdup(sasl_realm) : NULL; in _php_sasl_setdefs()
1279 if (ctx->realm == NULL) { in _php_sasl_setdefs()
1280 ldap_get_option(ld, LDAP_OPT_X_SASL_REALM, &ctx->realm); in _php_sasl_setdefs()
1298 if (ctx->realm) ber_memfree(ctx->realm); in _php_sasl_freedefs()
1318 p = ctx->realm; in _php_sasl_interact()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17689 >4 pstring/H x \b, realm=%s
H A Dmagic17689 >4 pstring/H x \b, realm=%s

Completed in 195 milliseconds