Dear Net::Ldap list
i'm using freebsd 6.1 with p5-IO-Socket-SSL-0.96 with a little perl program to
connect to my ldap server. but while upgrading from 0.96 to 0.97 it does not
connect any more. i do not get an error message on the console with my sub:
sub ldapconnect {
$ldap = Net::LDAP->new($config->get("ldapurl")) or croak "Error: $!,[EMAIL
PROTECTED]";
my $sasl = Authen::SASL->new("GSSAPI");
my $bind = $ldap->bind("",
sasl => $sasl,
version => 3,
async => 1,
);
if ( $bind->is_error ) { croak "Error: ",$bind->error,"\n" }
}
i don't know where the error comes from and really need a hint now.
sincerely,
matthias utke