Searched refs:ldap_connect (Results 1 – 25 of 50) sorted by relevance
12
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_connect_error.phpt | 2 ldap_connect() - Connection errors 15 var_dump(ldap_connect(null, null, null)); 16 var_dump(ldap_connect("ldap://$host:$port/$base")); 19 $links[0] = ldap_connect($host, $port); 20 $links[1] = ldap_connect($host, $port); 24 Warning: ldap_connect() expects at most 2 parameters, 3 given in %s on line %d 27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d 30 Warning: ldap_connect(): Too many open links (1) in %s on line %d
|
H A D | ldap_connect_variation.phpt | 2 ldap_connect() - Variation 13 $link = ldap_connect(); 17 $link = ldap_connect($host); 21 $link = ldap_connect("ldap://$host:$port"); 25 $link = ldap_connect("ldap://$host"); 29 $link = ldap_connect("nonexistent" . $host);
|
H A D | ldap_connect_basic.phpt | 2 ldap_connect() - Basic connection 12 $link = ldap_connect($host, $port);
|
H A D | ldap_connect_ldap_conf.phpt | 2 ldap_connect() - Connection using default host from openldap's ldap.conf 18 $link = ldap_connect();
|
H A D | ldap_set_option_crlcheck_basic.phpt | 9 $link = ldap_connect($host, $port); 18 $link = ldap_connect($host, $port);
|
H A D | skipifbindfailure.inc | 6 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_reqcert_error.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_crlcheck_error.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_get_option_basic.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_bind_basic.phpt | 13 $link = ldap_connect($host, $port);
|
H A D | ldap_bind_variation.phpt | 13 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_basic.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_start_tls_basic.phpt | 13 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_ciphersuite_basic.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_get_option_package_basic.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_rename_error.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_keepalive_basic.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_option_reqcert_basic.phpt | 16 $link = ldap_connect($host, $port);
|
H A D | ldap_option_reqcert_error.phpt | 16 $link = ldap_connect($host, $port);
|
H A D | ldap_first_attribute_error.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_free_result_error.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_get_attributes_error.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_get_dn_error.phpt | 12 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_reqcert_basic.phpt | 10 $link = ldap_connect($host, $port);
|
H A D | ldap_set_option_tls_protocol_min_basic.phpt | 10 $link = ldap_connect($host, $port);
|
Completed in 22 milliseconds
12