Home
last modified time | relevance | path

Searched refs:ldap_bind (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/ldap/tests/
H A Dldap_bind_error.phpt2 ldap_bind() - Binding that should fail
18 var_dump(ldap_bind($link, $user, "ThisIsNotCorrect$passwd"));
21 var_dump(ldap_bind($link, "unexistingProperty=weirdValue,$user", $passwd));
24 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
27 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dldap_bind_variation.phpt2 ldap_bind() - Advanced binding
16 var_dump(ldap_bind($link, $user, $passwd));
H A Dldap_bind_basic.phpt2 ldap_bind() - Basic anonymous binding
16 var_dump(ldap_bind($link));
H A Dskipifbindfailure.inc8 if (!@ldap_bind($link, $user, $passwd))
H A Dldap_option_reqcert_basic.phpt20 var_dump(@ldap_bind($link, $user, $passwd));
H A Dldap_option_reqcert_error.phpt20 var_dump(@ldap_bind($link, $user, $passwd));
H A Dconnect.inc22 ldap_bind($link, $user, $passwd);
29 return ldap_bind($link, $user, $passwd);
H A Dldap_set_rebind_proc_basic.phpt25 if (!ldap_bind($a, $user, $passwd)) {
H A Dldap_unbind_variation.phpt25 if (!ldap_bind($a, $user, $passwd)) {
H A Dldap_set_rebind_proc_error.phpt31 if (!ldap_bind($a, $user, $passwd)) {
H A Dldap_exop_passwd_error.phpt38 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
/php-src/ext/ldap/
H A Dldap_arginfo.h357 ZEND_FUNCTION(ldap_bind);
447 ZEND_FE(ldap_bind, arginfo_ldap_bind)
H A Dldap.stub.php640 …function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $pass…
H A Dldap.c1129 PHP_FUNCTION(ldap_bind) in PHP_FUNCTION() argument

Completed in 27 milliseconds