Searched refs:ldap_sasl_bind (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 2 ldap_sasl_bind() - Binding that should fail 10 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo… 23 var_dump(ldap_sasl_bind($link, "Invalid DN", $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user)); 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")); 34 var_dump(ldap_sasl_bind($link, "unexistingProperty=weirdValue,$user", $sasl_passwd)); 44 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d 47 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 50 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 53 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d [all …]
|
H A D | ldap_sasl_bind_basic.phpt | 2 ldap_sasl_bind() - Basic anonymous binding 9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo… 27 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user));
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 628 …function ldap_sasl_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string …
|
H A D | ldap_arginfo.h | 354 ZEND_FUNCTION(ldap_sasl_bind); 455 ZEND_FE(ldap_sasl_bind, arginfo_ldap_sasl_bind)
|
H A D | ldap.c | 1141 rc = ldap_sasl_bind(ld->link, ldap_bind_dn, LDAP_SASL_SIMPLE, &cred, in PHP_FUNCTION() 1255 PHP_FUNCTION(ldap_sasl_bind) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds