LDAPサーバーに問題が見つかりました。perlスクリプトでバインドできません。スクリプトは次のとおりです。
use strict;
use Net::LDAP;
my $ldap = "";
$ldap = Net::LDAP->new("iis.aulia.net");
my $mesg = "";
$mesg = $ldap->bind("CN=app-audev-adpead,OU=Applications,OU=Special,OU=Users
,OU=FRA,DC=iis,DC=aulia,DC=net", password => "=3\6dsdKDsH30z&B/'Bub00");
die $mesg->error() if $mesg->code();
$mesg = $ldap->unbind;
それはいつも私を示しています:
80090308:LdapErr:DSID-0C0903A9、コメント:AcceptSecurityContextエラー、データ52e、search.pl行16、行522のv1db1
後に間違った組み合わせを入れ$mesg = $ldap->bind
ますか?それ"CN=app-audev-adpead"
は私のLDAPサーバーユーザーログインであり、それと同じ形式で書かれています。