From: Kurt Zeilenga Date: Sat, 28 Oct 2000 10:15:17 +0000 (+0000) Subject: Fix encoding of old password X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1674 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5c9357fa8132b0e9af08c30f3df788ed523b8fff;p=openldap Fix encoding of old password --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index 15ba0d20d8..098b1a778b 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -669,7 +669,7 @@ main( int argc, char *argv[] ) if( oldpw != NULL ) { ber_printf( ber, "ts", - LDAP_TAG_EXOP_X_MODIFY_PASSWD_NEW, oldpw ); + LDAP_TAG_EXOP_X_MODIFY_PASSWD_OLD, oldpw ); free(oldpw); }