Commit 8bc6f709 authored by jiangbowen's avatar jiangbowen

test conn

parent 810b6d3c
......@@ -39,7 +39,7 @@ Route::get('/ad', function () {
var_export($ad);
echo "new obj2...\r\n";
try{
$provides = $ad->connect();
$provides = $ad->connect('default','hoto.test\hcmadmin','hcmadmin123');
$result = $provides->search()->ous()->find('tyestttt');
var_export($result);die;
}catch (Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment