Hi Tanja,
le 28/06/2005,
Tanja nous écrivait :
> I didn't find anything about "Error:49" in google, so i hope that you
> can help.
% grep '\<49\>' $( dpkg -L libnet-ldap-perl | grep '\.pm$' )
/usr/share/perl5/Net/LDAP/ASN.pm: invalidCredentials
(49),
/usr/share/perl5/Net/LDAP/Constant.pm:=item LDAP_INVALID_CREDENTIALS
(49)
it seems you don't have enought rights to do something ?
> # Only continue on LDAP_SUCCESS
> $mesg->code and last;
if ( $mesg->code ) {
warn $mesg->error;
last;
}
can help ?
regards
mc