Test Failure Report for ext/ldap/tests/ldap_sasl_bind_basic.phpt ('ldap_sasl_bind() - Basic anonymous binding')
Script
1:
<?php 2: require "connect.inc"; 3: 4: $link = ldap_connect($host, $port); 5: ldap_set_option($link, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); 6: var_dump(ldap_sasl_bind($link, null, $passwd, 'DIGEST-MD5', 'realm', $sasl_user)); 7: ?> 8: ===DONE=== 9:
Expected
bool(true)
===DONE===
Output
Warning: ldap_sasl_bind(): Unable to bind to server: Unknown authentication method in /var/php_gcov/PHP_7_1/ext/ldap/tests/ldap_sasl_bind_basic.php on line 6
bool(false)
===DONE===
Diff
001+ Warning: ldap_sasl_bind(): Unable to bind to server: Unknown authentication method in /var/php_gcov/PHP_7_1/ext/ldap/tests/ldap_sasl_bind_basic.php on line 6
002+ bool(false)
001- bool(true)
Generated at Tue, 12 Feb 2019 16:11:15 +0000 (4 days ago)
|