Help for this page

Select Code to Download


  1. or download this
    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;
    
  2. or download this
    No SASL mechanism found
     at //Summ2/Perl/site/lib/Authen/SASL.pm line 77
     at //Summ2/Perl/site/lib/Net/LDAP.pm line 392