Commit 0410bca6 authored by jiangbowen's avatar jiangbowen

test conn

parent 95056ed3
...@@ -25,13 +25,13 @@ Route::get('/ad', function () { ...@@ -25,13 +25,13 @@ Route::get('/ad', function () {
// 'domain_controllers' => ["172.20.100.201"], // 'domain_controllers' => ["172.20.100.201"],
// 'base_dn'=>'ou=Users_hoto,dc=hoto,dc=test', // 'base_dn'=>'ou=Users_hoto,dc=hoto,dc=test',
// 'admin_username'=>'hcmadmin', // 'admin_username'=>'hcmadmin',
// 'admin_password'=>'hcmadmin123' // 'admin_password'=>'hcmadmin123' hoto.test\hcmadmin 密码:hcmadmin123
// ]; // ];
echo "new obj...\r\n"; echo "new obj...\r\n";
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'=>'hoto.test\hcmadmin', 'username'=>'hoto.test\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