In ksetpwd (a program we don't yet install), don't display the new
authorGreg Hudson <ghudson@mit.edu>
Wed, 9 Sep 2009 18:44:23 +0000 (18:44 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 9 Sep 2009 18:44:23 +0000 (18:44 +0000)
password to stderr.  Cherry-picked from Luke's s4u branch since it's
an unrelated change.

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

src/clients/kpasswd/ksetpwd.c

index 45f782f08f9e1c1ffb357ae5af8e43dc7962d630..a489f06e3d2e0b88b733655a3e880de4b018b64a 100644 (file)
@@ -282,8 +282,6 @@ int main( int argc, char ** argv )
 /*
 ** change the password -
 */
-       fprintf( stderr, "the password is %s\n", new_password );
-
        {
                int pw_result;
                krb5_ccache ccache;