Fixed typo where kpasswd was prompting for the new password
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 1 Oct 2008 07:53:37 +0000 (07:53 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Wed, 1 Oct 2008 07:53:37 +0000 (07:53 +0000)
twice rather than once for new and once for verify.

ticket: 6055

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20788 dc483132-0cff-0310-8789-dd5450dbe970

src/kim/lib/kim_ui_cli.c

index cd7cea601f2f49d36bb96e07b9d346150ed54d39..766bdc05955fe17583c2bf61d1824f0a87ddf2a9 100644 (file)
@@ -382,7 +382,7 @@ kim_error kim_ui_cli_change_password (kim_ui_context  *in_context,
     
     if (!err) {
         err = kim_ui_cli_read_string (&verify_password, 
-                                      1, enter_new_password_format, 
+                                      1, enter_verify_password_format, 
                                       identity_string);
     }