Commit 6e46374d authored by jiangbowen's avatar jiangbowen

test conn

parent 4c76af02
...@@ -40,7 +40,8 @@ Route::get('/ad', function () { ...@@ -40,7 +40,8 @@ Route::get('/ad', function () {
echo "new obj2...\r\n"; echo "new obj2...\r\n";
try{ try{
$provides = $ad->connect(); $provides = $ad->connect();
var_export($provides);die; $result = $provides->search()->ous()->find('tyestttt');
var_export($result);die;
}catch (Exception $e) { }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