Commit 583848e4 authored by jiangbowen's avatar jiangbowen

test conn

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