Help for this page
use Net::LDAP; use Authen::SASL; ... my $sasl = Authen::SASL->new(mechanism => 'GSSAPI') or die; my $rc = $ldap->bind(sasl => $sasl); die 'Error ' . $rc->code . ': ' . $rc->error if $rc->code;
No SASL mechanism found at //Summ2/Perl/site/lib/Authen/SASL.pm line 77 at //Summ2/Perl/site/lib/Net/LDAP.pm line 392