Home
last modified time | relevance | path

Searched refs:ldap_sasl_bind (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt2 ldap_sasl_bind() - Binding that should fail
18 var_dump(ldap_sasl_bind());
21 var_dump(ldap_sasl_bind($link, "Invalid DN", $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));
36 Warning: ldap_sasl_bind() expects at least 1 parameter, 0 given in %s on line %d
39 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
42 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
45 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
48 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
[all …]
H A Dldap_sasl_bind_basic.phpt2 ldap_sasl_bind() - Basic anonymous binding
8 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
22 var_dump(ldap_sasl_bind($link, null, $passwd, 'DIGEST-MD5', 'realm', $sasl_user));
/PHP-5.5/ext/ldap/
H A Dldap.c529 PHP_FUNCTION(ldap_sasl_bind) in PHP_FUNCTION() argument
3044 PHP_FE(ldap_sasl_bind, arginfo_ldap_sasl_bind)
/PHP-5.5/
H A DNEWS7408 - Fixed bug #39291 (ldap_sasl_bind() misses the sasl_authc_id parameter).

Completed in 42 milliseconds