Commit 810b6d3c authored by jiangbowen's avatar jiangbowen

test conn

parent 5c9194fb
...@@ -32,7 +32,7 @@ Route::get('/ad', function () { ...@@ -32,7 +32,7 @@ Route::get('/ad', function () {
$config = [ $config = [
'hosts' => ["172.20.100.201"], 'hosts' => ["172.20.100.201"],
'base_dn'=>'ou=Users_hoto,dc=hoto,dc=test', 'base_dn'=>'ou=Users_hoto,dc=hoto,dc=test',
'username'=>'hcmadmin', 'username'=>'hoto.test\hcmadmin',
'password'=>'hcmadmin123' 'password'=>'hcmadmin123'
]; ];
$ad->addProvider($config); $ad->addProvider($config);
......
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