Skip to content
Snippets Groups Projects
Commit 9ad5246a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't print bind dn, it's confusing when using SASL

parent 9e145872
Branches
Tags
No related merge requests found
......@@ -533,9 +533,6 @@ main( int argc, char *argv[] )
if (want_bindpw && passwd.bv_val == NULL ) {
/* handle bind password */
if( binddn != NULL ) {
fprintf( stderr, "Bind DN: %s\n", binddn );
}
passwd.bv_val = strdup( getpassphrase("Enter bind password: "));
passwd.bv_len = passwd.bv_val ? strlen( passwd.bv_val ) : 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment