Commit 0d12ba06 authored by jiangbowen's avatar jiangbowen

test conn

parent 9ed15f08
......@@ -20,6 +20,7 @@ Route::get('/', function () {
Route::get('/ad', function () {
$ad = new \Adldap\Adldap();
var_export($ad);die;
$config = [
'domain_controllers' => ["172.20.100.201"],
'base_dn'=>'ou=Users_hoto,dc=hoto,dc=test',
......
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