我尝试使用 perl Net::LDAPs 建立 AD 服务器(w2k12)的安全连接。
脚步:
$ldaps = Net::LDAPS->new('AD.server.ip', port => '636', verify => 'none', capath => 'W2K12AD-0-CA');
$binddn = "Administrator\@NAS.net";
$mesg = $ldaps->bind (dn=>$binddn, password=>'xxxx' );
给我错误如下:
errorMessage' => 'I/O Error An existing connection was forcibly closed by the remote host.
任何帮助都将非常有帮助。