mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Don't print bind dn, it's confusing when using SASL
This commit is contained in:
parent
9e1458724b
commit
9ad5246a9a
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue