Searched refs:ldap_sasl_bind (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 2 ldap_sasl_bind() - Binding that should fail 9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo… 22 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", $sasl_u… 30 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', "realm", "Manager", "test")); 33 var_dump(ldap_sasl_bind($link, "unexistingProperty=weirdValue,$user", $sasl_passwd)); 43 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d 46 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 49 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 52 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 8 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo… 26 var_dump(ldap_sasl_bind($link, null, $sasl_passwd, 'DIGEST-MD5', 'realm', $sasl_user));
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 352 ZEND_FUNCTION(ldap_sasl_bind); 453 ZEND_FE(ldap_sasl_bind, arginfo_ldap_sasl_bind)
|
H A D | ldap.stub.php | 33 function ldap_sasl_bind($ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, … function
|
H A D | ldap.c | 1214 rc = ldap_sasl_bind(ld->link, ldap_bind_dn, LDAP_SASL_SIMPLE, &cred, in PHP_FUNCTION() 1326 PHP_FUNCTION(ldap_sasl_bind) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds