shelldap
changeset 130 af3c3c0a1f3b
parent 127 60516e84a813
child 131 3b6cb1117ffb
--- a/shelldap	Sat Aug 31 21:47:20 2019 -0700
+++ b/shelldap	Sun Oct 13 10:19:40 2019 -0700
@@ -770,7 +770,6 @@
 	#
 	if ( $sasl_conn ) {
 		$rv = $ldap->bind( $conf->{'binddn'},
-			password => $conf->{'bindpass'},
 			sasl     => $sasl_conn
 		);
 	}