Commit 6921be69 authored by 张育槟's avatar 张育槟

还原数据库连接

parent 7bed29b8
...@@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Storage; ...@@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Storage;
class LdapController extends Controller class LdapController extends Controller
{ {
public $host = '121.201.57.227'; public $host = '172.20.100.201';
public $dn = 'ou=Users_hoto,dc=hoto,dc=test'; public $dn = 'ou=Users_hoto,dc=hoto,dc=test';
public $username = 'hoto\hcmadmin'; public $username = 'hoto\hcmadmin';
public $password = 'hcmadmin123'; public $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