diff --git a/shelldap b/shelldap index 68dde20..5a18f23 100755 --- a/shelldap +++ b/shelldap @@ -770,7 +770,6 @@ You may try connecting insecurely, or install the module and try again.\n} if $@ # if ( $sasl_conn ) { $rv = $ldap->bind( $conf->{'binddn'}, - password => $conf->{'bindpass'}, sasl => $sasl_conn ); }