]> git.sur5r.net Git - openldap/commitdiff
Don't print bind dn, it's confusing when using SASL
authorKurt Zeilenga <kurt@openldap.org>
Fri, 13 Oct 2000 18:57:56 +0000 (18:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 13 Oct 2000 18:57:56 +0000 (18:57 +0000)
clients/tools/ldappasswd.c

index ee5547d8ec0cee24630fb3c2a21f17afde02bf04..15ba0d20d88356705a9724319006b7f7e0901382 100644 (file)
@@ -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;
        }