mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Fixed two errors in LDAP tests
This commit is contained in:
@@ -32,7 +32,7 @@ require "connect.inc";
|
||||
|
||||
$link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
||||
|
||||
ldap_delete($link, "$base");
|
||||
ldap_delete($link, "dc=my-domain,$base");
|
||||
?>
|
||||
--EXPECT--
|
||||
bool(true)
|
||||
|
||||
@@ -57,7 +57,7 @@ array(2) {
|
||||
["count"]=>
|
||||
int(2)
|
||||
["dn"]=>
|
||||
string(23) "o=test,dc=mcmic,dc=test"
|
||||
string(%d) "o=test,%s"
|
||||
}
|
||||
}
|
||||
===DONE===
|
||||
|
||||
Reference in New Issue
Block a user