Home
last modified time | relevance | path

Searched refs:passwd (Results 51 – 75 of 405) sorted by path

12345678910>>...17

/PHP-5.5/ext/ldap/tests/
H A Dldap_next_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_read_basic.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_rename_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_sasl_bind_basic.phpt22 var_dump(ldap_sasl_bind($link, null, $passwd, 'DIGEST-MD5', 'realm', $sasl_user));
H A Dldap_sasl_bind_error.phpt21 var_dump(ldap_sasl_bind($link, "Invalid DN", $passwd, 'DIGEST-MD5', 'realm', $sasl_user));
24 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$passwd", 'DIGEST-MD5', "realm", "invalid$sas…
27 var_dump(ldap_sasl_bind($link, null, "ThisIsNotCorrect$passwd", 'DIGEST-MD5', "realm", $sasl_user));
29 var_dump(ldap_sasl_bind($link, null, $passwd, 'DIGEST-MD5', "realm", "Manager", "test"));
32 var_dump(ldap_sasl_bind($link, "unexistingProperty=weirdValue,$user", $passwd));
H A Dldap_search_basic.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation1.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation2.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation3.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation4.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation5.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
39 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation6.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
43 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_basic.phpt15 global $passwd;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_error.phpt24 global $passwd;
30 if (!ldap_bind($a, $user, $passwd)) {
H A Dldap_sort_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
47 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_sort_variation.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
47 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_unbind_variation.phpt15 global $passwd;
21 if (!ldap_bind($a, $user, $passwd)) {
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dskipifbindfailure.inc8 if (!@ldap_bind($link, $user, $passwd))
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c546 char *host = NULL, *user = NULL, *passwd = NULL; in php_mssql_do_connect() local
554 …ZEND_NUM_ARGS() TSRMLS_CC, "|sssb", &host, &host_len, &user, &user_len, &passwd, &passwd_len, &new… in php_mssql_do_connect()
566 passwd[255] = '\0'; in php_mssql_do_connect()
585 hashed_details_length = spprintf(&hashed_details, 0, "mssql_%s_%s_%s", host, user, passwd); in php_mssql_do_connect()
615 if (passwd) { in php_mssql_do_connect()
616 DBSETLPWD(mssql.login,passwd); in php_mssql_do_connect()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c722 char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; local
771 host_and_port=passwd=NULL;
779 &user, &user_len, &passwd, &passwd_len,
785 &user, &user_len, &passwd, &passwd_len,
797 if (!passwd) {
798 passwd = MySG(default_password);
799 passwd_len = passwd? strlen(passwd):0;
887 if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL)
935 … if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL)
1014 if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL)
[all …]
/PHP-5.5/ext/mysql/tests/
H A D001.phpt19 $db = mysql_connect($host, $user, $passwd);
24 $db = mysql_connect($host, $user, $passwd, true);

Completed in 48 milliseconds

12345678910>>...17