From 5c9357fa8132b0e9af08c30f3df788ed523b8fff Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 28 Oct 2000 10:15:17 +0000 Subject: [PATCH] Fix encoding of old password --- clients/tools/ldappasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5